[PATCH] D85203: TableGen/GlobalISel: Allow inst matcher to check multiple opcodes

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 02:17:25 PDT 2020


foad added inline comments.


================
Comment at: llvm/utils/TableGen/GlobalISelEmitter.cpp:1674
 protected:
-  const CodeGenInstruction *I;
+  // Allow matching to one several, similar opcodes should should share
+  // properties. This is to handle patterns where one SelectionDAG operation
----------------
Typo "one several".


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

https://reviews.llvm.org/D85203



More information about the llvm-commits mailing list