search for: frame_layout

Displaying 3 results from an estimated 3 matches for "frame_layout".

2015 May 14
2
[LLVMdev] 3.6.1 -rc1 has been tagged. Testing begins.
On 14 May 2015 at 16:49, Renato Golin <renato.golin at linaro.org> wrote: > MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset This was a fluke. The test passed later on all subsequent runs. > MultiSource/UnitTests/C++11/frame_layout/frame_layout This one is a new test, and I believe it wasn't there in 3.6.0, so it's ok to fail, since the patch hasn't been backported. $ ./frame_layout | grep NOT +----, int_local, alignment: 4096 ALIGNMENT NOT AS EXPECTED: 0x7fec948520 +----, double_local, alignment: 4096 ALIGNMENT...
2015 May 13
2
[LLVMdev] 3.6.1 -rc1 has been tagged. Testing begins.
On 12 May 2015 at 10:23, Renato Golin <renato.golin at linaro.org> wrote: > ARM binary passes all tests / test-suite. Uploaded. AArch64 looks ok, though my environment was a bit unstable and I had to add a few include paths here and there. The binary was uploaded into the server, in case someone wants to have a look, but I'll have to fix my environment for the final release.
2020 Sep 01
2
[RFC] Framework for Finding and Using Similarity at the IR Level
...5246 | 485462 | +0.0% 7zip-benchmark.test | 982651 | 983563 | +0.1% Geomean difference: -1.3% Notable Decreases: GCC-C-execute-20041011-1.test: 6600 before, 2343 after, -64.5%. This test uses a lot of macros, and the outliner picks up on the similarity of the same set of inserted instructions. frame_layout: 113631 before, 98110 after, -13.7%. This test has a lot of repetitive and repeated instructions performed on different sets of arguments, making it a good candidate for outlining. Related Work: The previous RFC (RFC: PT.2 Add IR level interprocedural outliner for code size. <http://lists.llvm....