[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 12:09:33 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9c9e507b55c0: [docs] Use doxygen to describe the field `StartAtCycle`. [NFCI] (authored by fpetrogalli).

Repository:
  rG LLVM Github Monorepo

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

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.522289.patch
Type: text/x-patch
Size: 718 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230515/3e26248b/attachment.bin>


More information about the llvm-commits mailing list