[LLVMbugs] [Bug 4612] Assert failure: getConstant with a uint64_t value that doesn' t fit in the type!

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Jul 23 16:19:33 PDT 2009


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


Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Chris Lattner <clattner at apple.com>  2009-07-23 18:19:25 ---
I fixed this crash (r76899), but we're now generating silently incorrect code
for this.  Victor is working on ripping out the malloc instruciton completely,
which is the real fix for this.  Please see PR715 to track that work.


-- 
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