[LLVMbugs] [Bug 3389] New: Assertion failed: Invalid truncate node, src < dst!
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Jan 24 04:53:44 PST 2009
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: unassignedbugs at nondot.org
ReportedBy: lennart at augustsson.net
CC: llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list