[llvm-bugs] [Bug 22428] Floating-point "and" not optimized on x86-64

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Oct 27 08:08:40 PDT 2015


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

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

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

--- Comment #10 from Sanjay Patel <spatel+llvm at rotateright.com> ---
The original test case (fabs) will not show the problem after:
http://reviews.llvm.org/rL249702

Cases where there's a logic op with a constant operand (comment 2 and comment
9) should be fixed with:
http://reviews.llvm.org/rL251378

Please reopen or file a new bug if you still see problems. Thanks!

-- 
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/20151027/9f12921b/attachment.html>


More information about the llvm-bugs mailing list