|
|
| Bugzilla Link |
1205 |
| Resolution |
FIXED |
| Resolved on |
Feb 22, 2010 12:48 |
| Version |
1.0 |
| OS |
Windows XP |
| Attachments |
The c source code. |
| Reporter |
LLVM Bugzilla Contributor |
Extended Description
The llvm-dis in TOT crashed with an example temp.c, which uses 128-bit unsigned
integers. I used the following command:
llvm-gcc -c -emit-llvm -O0 temp.c -o temp.bc
opt -instcombine temp.bc -o combine.bc
llvm-dis combine.bc -f