[PATCH] D150572: [docs] Use doxygen to describe the field `StartAtCycle`. [NFCI]

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 06:50:31 PDT 2023


fpetrogalli created this revision.
fpetrogalli added a reviewer: fhahn.
Herald added a subscriber: StephenFan.
Herald added a project: All.
fpetrogalli requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150572

Files:
  llvm/include/llvm/MC/MCSchedule.h


Index: llvm/include/llvm/MC/MCSchedule.h
===================================================================
--- llvm/include/llvm/MC/MCSchedule.h
+++ llvm/include/llvm/MC/MCSchedule.h
@@ -63,9 +63,9 @@
 struct MCWriteProcResEntry {
   uint16_t ProcResourceIdx;
   uint16_t Cycles;
-  // Cycle at which the resource will be grabbed by an instruction,
-  // relatively to the cycle in which the instruction is issued
-  // (assuming no stalls inbetween).
+  /// Cycle at which the resource will be grabbed by an instruction,
+  /// relatively to the cycle in which the instruction is issued
+  /// (assuming no stalls inbetween).
   uint16_t StartAtCycle;
 
   bool operator==(const MCWriteProcResEntry &Other) const {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150572.522171.patch
Type: text/x-patch
Size: 718 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230515/5679b4c2/attachment.bin>


More information about the llvm-commits mailing list