search for: 1386cdd8

Displaying 3 results from an estimated 3 matches for "1386cdd8".

2013 Jan 03
2
[LLVMdev] Test Suite - Livermore Loops
...le it? > I'd strongly recommend that we use only one test style (LNT) everywhere, and that we should test LTO more effectively. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130103/1386cdd8/attachment.html>
2013 Jan 03
0
[LLVMdev] Test Suite - Livermore Loops
+Daniel & Michael who work on the LNT infrastructure & might have some thoughts on the differences & their merits & motivations. On Thu, Jan 3, 2013 at 4:05 AM, Renato Golin <renato.golin at linaro.org> wrote: > David, > > I got some more work on the Livermore Loops and I found out that the issue > is the difference in the parameters between a single step and a
2013 Jan 03
5
[LLVMdev] Test Suite - Livermore Loops
David, I got some more work on the Livermore Loops and I found out that the issue is the difference in the parameters between a single step and a multi step compilation. When you compile "clang kernel06.c" it works fine, but when you get all steps (clang -emit-llvm + llvm-as + opt + llc etc), the defaults options of each and how they interact is showing a bug in the code generated.