[LLVMbugs] [Bug 1205] NEW: llvm-dis failed with unsigned 128-bit integer

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Feb 15 19:06:57 PST 2007


http://llvm.org/bugs/show_bug.cgi?id=1205

           Summary: llvm-dis failed with unsigned 128-bit integer
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: wjiang at cs.ucla.edu


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



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list