[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 17:08:41 PDT 2023


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/utils/TableGen/GlobalISelMatchTableExecutorEmitter.h:227
+
+  std::map<std::string, unsigned> HwModes;
 };
----------------
StringMap?


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