[llvm-bugs] [Bug 48604] Failure to optimize add+or+sub pattern

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 12 10:41:02 PST 2021


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

David Bolvansky <david.bolvansky at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |david.bolvansky at gmail.com

--- Comment #4 from David Bolvansky <david.bolvansky at gmail.com> ---
rG742ea77ca4c0: [InstCombine] Transform (A + B) - (A | B) to A & B (PR48604)
rGae69fa9b9f65: [InstCombine] Transform (A + B) - (A & B) to A | B (PR48604)

-- 
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/20210112/a851c93c/attachment.html>


More information about the llvm-bugs mailing list