[llvm-bugs] [Bug 32791] [InstCombine] fold or-of-selects with inverted predicates and zero operands

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Jul 8 08:54:11 PDT 2017


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

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

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

--- Comment #7 from Sanjay Patel <spatel+llvm at rotateright.com> ---
InstCombine canonicalizes harder with:
https://reviews.llvm.org/rL306435
...so that's as far we'll get in one round of instcombine. Given that another
round of instcombine or some other pass can fold this away, I'm marking as
'fixed (enough)'.

-- 
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/20170708/7faf4b55/attachment.html>


More information about the llvm-bugs mailing list