Skip to content

Commit beb9b6c

Browse files
committed
rename test functions
1 parent b0c4536 commit beb9b6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/CodeGen/AMDGPU/merge-global-load-store.mir

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ body: |
166166
...
167167

168168
---
169-
name: no_merge_global_load_dword_agpr_with_vgpr
169+
name: merge_global_load_dword_agpr_with_vgpr
170170
body: |
171171
bb.0.entry:
172172
173-
; GCN-LABEL: name: no_merge_global_load_dword_agpr_with_vgpr
173+
; GCN-LABEL: name: merge_global_load_dword_agpr_with_vgpr
174174
; GCN: [[DEF:%[0-9]+]]:vreg_64_align2 = IMPLICIT_DEF
175175
; GCN-NEXT: [[GLOBAL_LOAD_DWORDX2_:%[0-9]+]]:vreg_64_align2 = GLOBAL_LOAD_DWORDX2 [[DEF]], 0, 0, implicit $exec :: (load (s64) from `ptr addrspace(1) poison`, align 4, addrspace 1)
176176
; GCN-NEXT: [[COPY:%[0-9]+]]:vgpr_32 = COPY [[GLOBAL_LOAD_DWORDX2_]].sub0
@@ -597,11 +597,11 @@ body: |
597597
...
598598

599599
---
600-
name: no_merge_global_store_dword_agpr_with_vgpr
600+
name: merge_global_store_dword_agpr_with_vgpr
601601
body: |
602602
bb.0.entry:
603603
604-
; GCN-LABEL: name: no_merge_global_store_dword_agpr_with_vgpr
604+
; GCN-LABEL: name: merge_global_store_dword_agpr_with_vgpr
605605
; GCN: [[DEF:%[0-9]+]]:vreg_64_align2 = IMPLICIT_DEF
606606
; GCN-NEXT: [[DEF1:%[0-9]+]]:agpr_32 = IMPLICIT_DEF
607607
; GCN-NEXT: [[DEF2:%[0-9]+]]:vgpr_32 = IMPLICIT_DEF

0 commit comments

Comments
 (0)