[PATCH] D158660: [GlobalISel][RISCV][TableGen] Teach GlobalISelEmitter about HwMode.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 18:22:53 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/utils/TableGen/GlobalISelMatchTableExecutorEmitter.h:227
+
+  std::map<std::string, unsigned> HwModes;
 };
----------------
arsenm wrote:
> StringMap?
Would that cause non-determinism on the output of the loops in emitSubtargetFeatureBitEnumeration and emitComputeAvailableFeatures?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158660



More information about the llvm-commits mailing list