Skip to content

Commit

Permalink
AMDGPU: Fix broken check lines
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenm committed Apr 1, 2020
1 parent c4c2037 commit 3f465d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -111,7 +111,7 @@ define amdgpu_kernel void @merge_global_store_2_constants_i32_f32(i32 addrspace(
}

; CHECK-LABEL: @merge_global_store_2_constants_f32_i32
; CHECK store <2 x float> <float 4.000000e+00, float 0x370EC00000000000>, <2 x float> addrspace(1)* %{{[0-9]+$}}
; CHECK: store <2 x i32> <i32 1082130432, i32 123>, <2 x i32> addrspace(1)*
define amdgpu_kernel void @merge_global_store_2_constants_f32_i32(float addrspace(1)* %out) #0 {
%out.gep.1 = getelementptr float, float addrspace(1)* %out, i32 1
%out.gep.1.bc = bitcast float addrspace(1)* %out.gep.1 to i32 addrspace(1)*
Expand Down
Expand Up @@ -55,7 +55,7 @@ entry:
}

; CHECK-LABEL: @ext_ptr
; CHECK load <2 x i32>
; CHECK: load <2 x i32>
define void @ext_ptr(i32 addrspace(5)* %p) {
entry:
%gep1 = getelementptr inbounds i32, i32 addrspace(5)* %p, i64 0
Expand All @@ -68,7 +68,7 @@ entry:
}

; CHECK-LABEL: @shrink_ptr
; CHECK load <2 x i32>
; CHECK: load <2 x i32>
define void @shrink_ptr(i32* %p) {
entry:
%gep1 = getelementptr inbounds i32, i32* %p, i64 0
Expand Down

0 comments on commit 3f465d0

Please sign in to comment.