Skip to content

Commit 5a00983

Browse files
committed
[RISCV][NFC] Update the comment for llvm.riscv.ssegN.load.mask
Instead of using the word 'offset' it's probably better to just say 'stride'. NFC.
1 parent c065ed3 commit 5a00983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/IntrinsicsRISCV.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ let TargetPrefix = "riscv" in {
17171717
llvm_anyint_ty],
17181718
[NoCapture<ArgIndex<0>>, IntrReadMem]>;
17191719

1720-
// Input: (pointer, offset, mask, vl)
1720+
// Input: (pointer, stride, mask, vl)
17211721
def int_riscv_sseg # nf # _load_mask
17221722
: DefaultAttrsIntrinsic<!listconcat([llvm_anyvector_ty],
17231723
!listsplat(LLVMMatchType<0>,

0 commit comments

Comments
 (0)