[llvm-bugs] [Bug 37404] Missed optimization: fmax(-a, -b) -> -fmin(a, b)

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 10 13:46:16 PDT 2018


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

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

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

--- Comment #3 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Should be fixed with:
https://reviews.llvm.org/rL332031

-- 
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/20180510/8f47f337/attachment.html>


More information about the llvm-bugs mailing list