We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc1ca6 commit 5a1d0a9Copy full SHA for 5a1d0a9
llvm/include/llvm/CodeGen/TargetInstrInfo.h
@@ -1496,6 +1496,9 @@ class TargetInstrInfo : public MCInstrInfo {
1496
/// to TargetPassConfig::createMachineScheduler() to have an effect.
1497
///
1498
/// \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.
1502
/// \p ClusterSize is the number of operations in the resulting load/store
1503
/// cluster if this hook returns true.
1504
/// \p NumBytes is the number of bytes that will be loaded from all the
0 commit comments