Skip to content

Commit 62c43b0

Browse files
committed
update test
1 parent 770bd40 commit 62c43b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/RISCV/rvv/strided-load-store.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ define <vscale x 1 x i64> @straightline_offset_disjoint_or_1(ptr %p) {
467467
define <vscale x 1 x i64> @straightline_offset_disjoint_or(ptr %p, i1 %offset) {
468468
; CHECK-LABEL: @straightline_offset_disjoint_or(
469469
; CHECK-NEXT: [[AND:%.*]] = zext i1 [[OFFSET:%.*]] to i64
470-
; CHECK-NEXT: [[TMP4:%.*]] = add i64 4, [[AND]]
470+
; CHECK-NEXT: [[TMP4:%.*]] = or disjoint i64 4, [[AND]]
471471
; CHECK-NEXT: [[TMP1:%.*]] = getelementptr i32, ptr [[P:%.*]], i64 [[TMP4]]
472472
; CHECK-NEXT: [[TMP2:%.*]] = call i32 @llvm.vscale.i32()
473473
; CHECK-NEXT: [[TMP3:%.*]] = call <vscale x 1 x i64> @llvm.experimental.vp.strided.load.nxv1i64.p0.i64(ptr [[TMP1]], i64 8, <vscale x 1 x i1> splat (i1 true), i32 [[TMP2]])

0 commit comments

Comments
 (0)