[LLVMbugs] [Bug 23038] float2int miscompile

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Mar 27 03:52:16 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23038

James Molloy <james.molloy at arm.com> changed:

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

--- Comment #1 from James Molloy <james.molloy at arm.com> ---
Hi Nick,

Thanks for raising this. It was a stupid error about the polarity of an
"isUnsigned" parameter (I thought true was signed, but true is unsigned. Sigh.)

I've added a new regression test to pick this up and also added a comment to
clarify the polarity.

I've reapplied in r233370, I hope this revision doesn't give you any more
problems. If it does, perhaps it might be easier for change tracking to just
flip the default of the -float-to-int flag in PassManagerBuilder to false. That
way my changes are tracked and can be post-commit reviewed if people want to.

Cheers, and sorry for any inconvenience,

James

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150327/01a70c25/attachment.html>


More information about the llvm-bugs mailing list