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


Damien <[email protected]> changed:

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




--- Comment #4 from Damien <[email protected]>  2009-06-19 10:02:31 ---
Since llvm 2.5 the offending code has been changed so that it checks to ensure
the value can fit in 64 bits before proceeding.  This fixes the assertion so it
will no longer fire, so I am resolving the bug, but I don't like the fix.  It
completely disables the optimization for types over 64 bits.


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