[PATCH] D52369: [tblgen][disasm] Allow multiple encodings to disassemble to the same instruction

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 02:09:28 PDT 2018


nhaehnle added inline comments.


================
Comment at: include/llvm/Target/Target.td:406-407
+
+  // List of predicates which will be turned into isel matching code.
+  list<Predicate> Predicates = [];
+
----------------
Is `Predicates` actually used? If no, better to leave it out for now. If yes, remove its definition from `Instruction`.


Repository:
  rL LLVM

https://reviews.llvm.org/D52369





More information about the llvm-commits mailing list