Skip to content

Commit 5a1d0a9

Browse files
committed
Add missing doc comment change
1 parent ecc1ca6 commit 5a1d0a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/include/llvm/CodeGen/TargetInstrInfo.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,9 @@ class TargetInstrInfo : public MCInstrInfo {
14961496
/// to TargetPassConfig::createMachineScheduler() to have an effect.
14971497
///
14981498
/// \p BaseOps1 and \p BaseOps2 are memory operands of two memory operations.
1499+
/// \p Offset1 and \p Offset2 are the byte offsets for the memory
1500+
/// operations, while \p OffsetIsScalable1 and \p OffsetIsScalable2 indicate
1501+
/// if the offset is scaled gby a runtime quantity.
14991502
/// \p ClusterSize is the number of operations in the resulting load/store
15001503
/// cluster if this hook returns true.
15011504
/// \p NumBytes is the number of bytes that will be loaded from all the

0 commit comments

Comments
 (0)