[PATCH] D98011: [X86] Adding one flag to imply whether the instruction should check the predicate when compress EVEX instructions to VEX encoding.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 21:57:22 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/utils/TableGen/X86EVEX2VEXTablesEmitter.cpp:204
+      StringRef PredicatesRecordsName = PredicatesRecords[i]->getName();
+      // Skip the predicates of SelectionDAG and AVX512 releated feature check.
+      if (any_of(ExcludePredicates, [&](StringRef ExcludePredicate) {
----------------
releated -> related


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98011



More information about the llvm-commits mailing list