[PATCH] D53134: [tblgen][llvm-mca] Add the ability to describe move elimination candidates via tablegen.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 11 10:11:37 PDT 2018


RKSimon added inline comments.


================
Comment at: include/llvm/CodeGen/TargetSubtargetInfo.h:176
+  /// stage. Subtargets can specify the set of optimizable moves by
+  /// instantiating tablegen class `IsOptimizableMoveFunction` (see
+  /// llvm/Target/TargetInstrPredicate.td).
----------------
Any reason why we don't reuse the name isOptimizableRegisterMove?


https://reviews.llvm.org/D53134





More information about the llvm-commits mailing list