[llvm-bugs] [Bug 44565] [X86] Failure to use MOVMSK reduction result for branches
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Fri Jul  3 10:39:26 PDT 2020
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=44565
Sanjay Patel <spatel+llvm at rotateright.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
 Fixed By Commit(s)|                            |bc110de78a4b
--- Comment #5 from Sanjay Patel <spatel+llvm at rotateright.com> ---
The SDAG transform that was creating an extra branch was limited with:
https://reviews.llvm.org/rGbc110de78a4b
So between that and the previously mentioned IR changes, I think this part of
the larger problem is fixed.
-- 
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/20200703/493c839e/attachment.html>
    
    
More information about the llvm-bugs
mailing list