Displaying 1 result from an estimated 1 matches for "613ab0bc".
2010 Nov 17
3
[LLVMdev] LLVM BUG for x86 code generation ?
HI All,
when I compiled attached .ll file with llc 2.8 as follows:
llc -O0 -march=x86 llvmfails.ll -o llvmfails.s
gcc -m32 llvmfails.s -o llvmfails
./llvmfails
the executable exits with the expected message: "SUCCESS", whereas if I use -O1 instead of -O0 for LLC, it prints out FAILS.
llc -O0 -march=x86 llvmfails.ll -o llvmfails.s
gcc -m32 llvmfails.s -o llvmfails
./llvmfails
As far