[PATCH] D63589: [X86] Add BLSI to isUseDefConvertible.
    Simon Pilgrim via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jun 20 06:04:15 PDT 2019
    
    
  
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Target/X86/X86InstrInfo.cpp:3374
+  case X86::BLSI64rr:
+    return X86::COND_AE;
   }
----------------
Add TODO for BLSMSK and BLSR
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63589/new/
https://reviews.llvm.org/D63589
    
    
More information about the llvm-commits
mailing list