[llvm-bugs] [Bug 46955] Missed logic transform (A|C)^(B|C) ->	(A^B)&~C
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Mon Aug  3 08:17:18 PDT 2020
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=46955
Sanjay Patel <spatel+llvm at rotateright.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |23693ffc3
             Status|NEW                         |RESOLVED
--- Comment #2 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Should be fixed with:
https://github.com/llvm/llvm-project/commit/23693ffc3ba6146a22cd1e9373e25dc1e1a41a17
-- 
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/20200803/6db993b1/attachment-0001.html>
    
    
More information about the llvm-bugs
mailing list