Displaying 2 results from an estimated 2 matches for "a2db3d96".
Did you mean:
2ad3d96
2010 Nov 18
0
[LLVMdev] LLVM BUG for x86 code generation ?
...Duncan.
PS: In the future please open a bug report when reporting a bug.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvmfails.diff
Type: text/x-patch
Size: 945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101118/a2db3d96/attachment.bin>
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