[PATCH] D150310: [TableGen][SubtargetEmitter] Add the StartAtCycles field in the WriteRes class.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 05:07:42 PDT 2023


RKSimon added inline comments.


================
Comment at: llvm/utils/TableGen/SubtargetEmitter.cpp:1323
   // Emit global WriteProcResTable.
   OS << "\n// {ProcResourceIdx, Cycles}\n"
+     << "extern const llvm::MCWriteProcResEntry " << Target
----------------
Updated generated comment: {ProcResourceIdx, Cycles, StartCycles}


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150310



More information about the llvm-commits mailing list