[PATCH] D68646: [llvm-exegesis] Explore LEA addressing modes.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 01:24:41 PDT 2019


courbet added a comment.

Thanks !



================
Comment at: llvm/tools/llvm-exegesis/lib/RegisterAliasing.h:106
 
+// a = a & ~b;
+inline void remove(llvm::BitVector &A, const llvm::BitVector &B) {
----------------
gchatelet wrote:
> Why not implement it this way ? Is this because of knowledge that B has few bits set?
Right, this warrants a comment. Done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68646





More information about the llvm-commits mailing list