[llvm-bugs] [Bug 36682] A problem with optimizing std::signbit - int vs. (double)int

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Mar 26 06:48:07 PDT 2018


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

Sanjay Patel <spatel+llvm at rotateright.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
 Fixed By Commit(s)|                            |328426
         Resolution|---                         |FIXED

--- Comment #17 from Sanjay Patel <spatel+llvm at rotateright.com> ---
The FP cast part of the problem should be fixed after:
https://reviews.llvm.org/rL328426
https://reviews.llvm.org/rL328448

As noted in D44367, these could be generalized more if there's a need, but what
we have is enough to fix the motivating cases shown in this bug report.

-- 
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/20180326/23bf51e2/attachment.html>


More information about the llvm-bugs mailing list