[llvm-bugs] [Bug 38446] De morgan laws: fold not into other xor

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Aug 31 06:22:59 PDT 2018


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

Roman Lebedev <lebedev.ri at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
           Assignee|unassignedbugs at nondot.org   |lebedev.ri at gmail.com
 Fixed By Commit(s)|                            |339243
             Status|NEW                         |RESOLVED

--- Comment #2 from Roman Lebedev <lebedev.ri at gmail.com> ---
As of https://reviews.llvm.org/D50301 we now do this transform if we will be
able to get rid of the `not` by doing this fold.
In general, it seems we want to actually do the opposite.

-- 
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/20180831/24cb6b37/attachment.html>


More information about the llvm-bugs mailing list