Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / waitcnt-global-inv-wb.mir
blobac0580028a483d3a77f73285ce178e497d9b8961
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -mtriple=amdgcn -mcpu=gfx1200 -verify-machineinstrs -run-pass si-insert-waitcnts -o - %s | FileCheck -check-prefix=GFX12 %s
4 # Check that we correctly track that GLOBAL_INV increases LOAD_cnt.
5 # We use a straightforward dependency between a GLOBAL_LOAD and an instruction
6 # that uses its result - the S_WAIT_LOADCNT introduced before the use should
7 # reflect the fact that there is a GLOBAL_INV between them.
8 # FIXME: We could get away with a S_WAIT_LOADCNT 1 here.
9 ---
10 name: waitcnt-global-inv
11 machineFunctionInfo:
12   isEntryFunction: true
13 body: |
14   bb.0:
15     liveins: $vgpr0, $vgpr1, $sgpr2_sgpr3
17     ; GFX12-LABEL: name: waitcnt-global-inv
18     ; GFX12: liveins: $vgpr0, $vgpr1, $sgpr2_sgpr3
19     ; GFX12-NEXT: {{  $}}
20     ; GFX12-NEXT: renamable $vgpr0 = GLOBAL_LOAD_DWORD_SADDR renamable $sgpr2_sgpr3, killed $vgpr0, 0, 0, implicit $exec :: (load (s32), addrspace 1)
21     ; GFX12-NEXT: GLOBAL_INV 16, implicit $exec
22     ; GFX12-NEXT: S_WAIT_LOADCNT 0
23     ; GFX12-NEXT: $vgpr2 = V_MOV_B32_e32 $vgpr0, implicit $exec, implicit $exec
24     renamable $vgpr0 = GLOBAL_LOAD_DWORD_SADDR renamable $sgpr2_sgpr3, killed $vgpr0, 0, 0, implicit $exec :: (load (s32), addrspace 1)
25     GLOBAL_INV 16, implicit $exec
26     $vgpr2 = V_MOV_B32_e32 $vgpr0, implicit $exec, implicit $exec
27 ...
29 # TODO: Test for GLOBAL_WB, GLOBAL_WBINV