Skip to content

Commit 0ab5dc4

Browse files
committed
Regen Transforms/LoopVectorize/AMDGPU/assert-vplan-cost-model.ll
1 parent 8e5eda0 commit 0ab5dc4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

llvm/test/Transforms/LoopVectorize/AMDGPU/assert-vplan-cost-model.ll

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ define protected amdgpu_kernel void @func_int8(ptr addrspace(1) %p_a_grid.coerce
3030
; CHECK-NEXT: [[TMP1:%.*]] = add nsw i32 [[INDEX]], [[MUL17]]
3131
; CHECK-NEXT: [[TMP2:%.*]] = sext i32 [[TMP0]] to i64
3232
; CHECK-NEXT: [[TMP3:%.*]] = getelementptr inbounds i8, ptr addrspace(1) [[P_A_GRID_COERCE]], i64 [[TMP2]]
33-
; CHECK-NEXT: [[TMP4:%.*]] = getelementptr inbounds i8, ptr addrspace(1) [[TMP3]], i32 0
34-
; CHECK-NEXT: [[WIDE_LOAD:%.*]] = load <2 x i8>, ptr addrspace(1) [[TMP4]], align 1
33+
; CHECK-NEXT: [[WIDE_LOAD:%.*]] = load <2 x i8>, ptr addrspace(1) [[TMP3]], align 1
3534
; CHECK-NEXT: [[TMP5:%.*]] = sext i32 [[TMP1]] to i64
3635
; CHECK-NEXT: [[TMP6:%.*]] = getelementptr inbounds i8, ptr addrspace(1) [[P_B_GRID_COERCE]], i64 [[TMP5]]
37-
; CHECK-NEXT: [[TMP7:%.*]] = getelementptr inbounds i8, ptr addrspace(1) [[TMP6]], i32 0
38-
; CHECK-NEXT: [[WIDE_LOAD1:%.*]] = load <2 x i8>, ptr addrspace(1) [[TMP7]], align 1
36+
; CHECK-NEXT: [[WIDE_LOAD1:%.*]] = load <2 x i8>, ptr addrspace(1) [[TMP6]], align 1
3937
; CHECK-NEXT: [[TMP8:%.*]] = zext <2 x i8> [[WIDE_LOAD]] to <2 x i32>
4038
; CHECK-NEXT: [[TMP9:%.*]] = zext <2 x i8> [[WIDE_LOAD1]] to <2 x i32>
4139
; CHECK-NEXT: [[TMP10:%.*]] = mul nuw nsw <2 x i32> [[TMP9]], [[TMP8]]

0 commit comments

Comments
 (0)