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

           Summary: Assertion failed: Invalid truncate node, src < dst!
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


LLVM 2.4, x86 code generation:

define i33 @fun(i33, i33) {
_L1:
        %2 = udiv i33 %1, %0
        ret i33 %2
}


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to