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 2cada4e commit 3b552e8Copy full SHA for 3b552e8
llvm/include/llvm/CodeGen/TargetInstrInfo.h
@@ -1497,8 +1497,7 @@ class TargetInstrInfo : public MCInstrInfo {
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, and \p Offset2 is guaranteed to be greater than or equal to
1501
- /// Offset1.
+ /// operations.
1502
/// \p OffsetIsScalable1 and \p OffsetIsScalable2 indicate if the offset is
1503
/// scaled by a runtime quantity.
1504
/// \p ClusterSize is the number of operations in the resulting load/store
0 commit comments