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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 06:42:34 PDT 2023


fhahn added inline comments.


================
Comment at: llvm/include/llvm/MC/MCSchedule.h:66
   uint16_t Cycles;
+  // Cycle at which the resource will be grabbed by an instruction,
+  // relatively to the cycle in which the instruction is issued
----------------
This should use `///` for doxygen comment?


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