[llvm-bugs] [Bug 24475] [x86] fmax/fmin calls should be optimized and inlined

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Dec 28 13:24:44 PST 2015


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

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

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

--- Comment #2 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Further optimization is possible if we have a relaxed FP environment or know
that an operand is NaN or not NaN, but the basic cases should be fixed with:

http://reviews.llvm.org/rL255700
http://reviews.llvm.org/rL256454
http://reviews.llvm.org/rL256510
http://reviews.llvm.org/rL256522

-- 
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/20151228/ae33ede8/attachment.html>


More information about the llvm-bugs mailing list