[PATCH] D53062: [llvm-exegesis] Remove unused variable, add more semantic to Instruction.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 01:48:39 PDT 2018


courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.


================
Comment at: tools/llvm-exegesis/lib/MCInstrDescView.h:116
 
+  // Whether this instruction's implicit registers aliases with OtherInstr's
+  // implicit registers.
----------------
alias*


================
Comment at: tools/llvm-exegesis/lib/MCInstrDescView.h:120
+
+  // Whether this instruction's registers aliases with OtherInstr's registers.
+  bool hasAliasingRegistersThrough(const Instruction &OtherInstr) const;
----------------
ditto


Repository:
  rL LLVM

https://reviews.llvm.org/D53062





More information about the llvm-commits mailing list