Skip to content

Commit

Permalink
[llvm] Fix more missing FileCheck directive colons
Browse files Browse the repository at this point in the history
  • Loading branch information
jroelofs committed Apr 13, 2020
1 parent dd3feec commit 17bc995
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/AMDGPU/branch-relaxation.ll
Expand Up @@ -289,7 +289,7 @@ bb4:
; GCN-NEXT: s_sub_u32 s[[PC_LO]], s[[PC_LO]], ([[LONGBB]]+4)-[[LOOP]]
; GCN-NEXT: s_subb_u32 s[[PC_HI]], s[[PC_HI]], 0{{$}}
; GCN-NEXT: s_setpc_b64 s{{\[}}[[PC_LO]]:[[PC_HI]]{{\]}}
; GCN-NEXT .Lfunc_end{{[0-9]+}}:
; GCN-NEXT: .Lfunc_end{{[0-9]+}}:
define amdgpu_kernel void @uniform_unconditional_min_long_backward_branch(i32 addrspace(1)* %arg, i32 %arg1) {
entry:
br label %loop
Expand Down
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/AMDGPU/salu-to-valu.ll
Expand Up @@ -265,7 +265,7 @@ entry:

; GCN-LABEL: {{^}}smrd_valu2_max_smrd_offset:
; GCN-NOHSA: buffer_load_dword v{{[0-9]+}}, v{{\[[0-9]+:[0-9]+\]}}, s{{\[[0-9]+:[0-9]+\]}}, 0 addr64 offset:1020{{$}}
; GCN-HSA flat_load_dword v{{[0-9]}}, v{{[0-9]+:[0-9]+}}
; GCN-HSA: flat_load_dword v{{[0-9]}}, v[{{[0-9]+:[0-9]+}}]
define amdgpu_kernel void @smrd_valu2_max_smrd_offset(i32 addrspace(1)* %out, [1024 x i32] addrspace(4)* %in) #1 {
entry:
%tmp = call i32 @llvm.amdgcn.workitem.id.x()
Expand Down
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll
Expand Up @@ -243,7 +243,7 @@ define amdgpu_kernel void @max_256_vgprs_spill_9x32(<32 x float> addrspace(1)* %
; GFX900: buffer_store_dword v
; GFX900: buffer_load_dword v
; GFX908-FIXME-NOT: buffer_
; GFX908-DAG v_accvgpr_read_b32
; GFX908-DAG: v_accvgpr_read_b32

; GCN: NumVgprs: 256
; GFX900: ScratchSize: 708
Expand Down

0 comments on commit 17bc995

Please sign in to comment.