[LLVMbugs] [Bug 1198] assertion failure handling 64-bit umulh sequence
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Feb 13 15:43:46 PST 2007
http://llvm.org/bugs/show_bug.cgi?id=1198
sabre at nondot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|--- |2.0
------- Additional Comments From sabre at nondot.org 2007-02-13 17:43 -------
Very nice catch. I applied your patch:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070212/044465.html
and checked in your testcase here: test/CodeGen/X86/i128-mul.ll
Note that 128-bit integer support in the LLVM level is desired, but not really ready yet. Things like 128-
bit immediates are not handled right. Fortunately, the APInt stuff is great steps in the right direction, so
we should have it for LLVM 2.0.
-Chris
------- 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