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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 18:29:16 PDT 2023


arsenm added inline comments.


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


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