Displaying 3 results from an estimated 3 matches for "tailcall1".
Did you mean:
tailcall
2007 Oct 12
1
[LLVMdev] .ll test cases for tail call optimization in test-suite
On 12 Oct 2007, at 07:07, Evan Cheng wrote:
>>In order to test the tail call optimization i created quite a few
>>.ll files and added them to the SingleSource directory in the
>>test-suite. For example
>>llvm-test/SingleSource/Tailcall/tailcall1-2.ll.
>Shouldn't these be dejagnu tests instead?
There is one test in dejagnu that tests whether tail call optimization
is performed when it should. And 2 tests that check handling of PIC.
But with dejagnu i would not test whether the resulting .s code when
compiled to an executable reall...
2007 Oct 11
1
[LLVMdev] .ll test cases for tail call optimization in test-suite
In order to test the tail call optimization i created quite a few .ll
files and added them to the SingleSource directory in the test-suite.
For example llvm-test/SingleSource/Tailcall/tailcall1-2.ll.
Since i don't want opt to inline the tailcalls away :) i changed the rules
in the Makefile situated in the TailCall directory.
I want to compare the output of a file compile with normal llc with a
file compiled with llc -tailcallopt.
So my SingleSource/TailCall/Makefile looks like the...
2011 Dec 15
2
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...LLVM : : CodeGen/PowerPC/ppcf128-4.ll
LLVM : : CodeGen/PowerPC/rlwimi-keep-rsh.ll
LLVM : : CodeGen/PowerPC/rlwimi3.ll
LLVM : : CodeGen/PowerPC/select-cc.ll
LLVM : : CodeGen/PowerPC/shift128.ll
LLVM : : CodeGen/PowerPC/stack-protector.ll
LLVM : : CodeGen/PowerPC/tailcall1-64.ll
LLVM : : CodeGen/PowerPC/tailcall1.ll
LLVM : : CodeGen/PowerPC/tailcallpic1.ll
LLVM : : CodeGen/PowerPC/varargs.ll
LLVM : : CodeGen/PowerPC/vec_auto_constant.ll
LLVM : : CodeGen/PowerPC/vec_br_cmp.ll
LLVM : : CodeGen/PowerPC/vec_buildvector_loadstore.ll...