[PATCH] D58863: [X86] Enable 8-bit OR with disjoint bits to conver to LEA

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 3 04:12:15 PST 2019


RKSimon added inline comments.


================
Comment at: lib/Target/X86/X86InstrInfo.h:596
+                                             LiveVariables *LV,
+                                             bool Is16BitOp) const;
 
----------------
Is16BitOp?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58863/new/

https://reviews.llvm.org/D58863





More information about the llvm-commits mailing list