Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / call-waw-waitcnt.mir
blobb6dc75db3edc13857cc9175d616d22def52fa85b
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -mtriple=amdgcn -mcpu=gfx900 -verify-machineinstrs -run-pass=si-insert-waitcnts %s -o - | FileCheck -check-prefix=GCN %s
4 # $sgpr30_sgpr31 will hold the return address. We need a waitcnt before SI_CALL so
5 # that the return address is not clobbered in the callee by the outstanding load.
7 --- |
8   define amdgpu_kernel void @call_waw_waitcnt() #0 {
9     %1 = call i32 @func()
10     ret void
11   }
13   declare hidden i32 @func() #0
15   attributes #0 = { nounwind }
16 ...
18 ---
19 name:            call_waw_waitcnt
20 tracksRegLiveness: true
21 body:             |
22   bb.0:
23     liveins: $sgpr4_sgpr5, $sgpr7, $sgpr0_sgpr1_sgpr2_sgpr3
25     ; GCN-LABEL: name: call_waw_waitcnt
26     ; GCN: liveins: $sgpr4_sgpr5, $sgpr7, $sgpr0_sgpr1_sgpr2_sgpr3
27     ; GCN-NEXT: {{  $}}
28     ; GCN-NEXT: S_WAITCNT 0
29     ; GCN-NEXT: $sgpr30_sgpr31 = S_LOAD_DWORDX2_IMM $sgpr4_sgpr5, 0, 0
30     ; GCN-NEXT: $sgpr33 = S_MOV_B32 killed $sgpr7
31     ; GCN-NEXT: $flat_scr_lo = S_ADD_U32 killed $sgpr4, $sgpr33, implicit-def $scc
32     ; GCN-NEXT: $flat_scr_hi = S_ADDC_U32 killed $sgpr5, 0, implicit-def $scc, implicit killed $scc
33     ; GCN-NEXT: BUNDLE implicit-def $sgpr4_sgpr5, implicit-def $sgpr4, implicit-def $sgpr5, implicit-def $scc {
34     ; GCN-NEXT:   $sgpr4_sgpr5 = S_GETPC_B64
35     ; GCN-NEXT:   $sgpr4 = S_ADD_U32 internal $sgpr4, target-flags(amdgpu-rel32-lo) @func + 4, implicit-def $scc
36     ; GCN-NEXT:   $sgpr5 = S_ADDC_U32 internal $sgpr5, target-flags(amdgpu-rel32-hi) @func + 4, implicit-def $scc, implicit internal $scc
37     ; GCN-NEXT: }
38     ; GCN-NEXT: $sgpr32 = S_MOV_B32 $sgpr33
39     ; GCN-NEXT: S_WAITCNT 49279
40     ; GCN-NEXT: dead $sgpr30_sgpr31 = SI_CALL killed renamable $sgpr4_sgpr5, @func, csr_amdgpu, implicit $sgpr0_sgpr1_sgpr2_sgpr3, implicit-def dead $vgpr0
41     ; GCN-NEXT: S_ENDPGM 0
42     $sgpr30_sgpr31 = S_LOAD_DWORDX2_IMM $sgpr4_sgpr5, 0, 0
43     $sgpr33 = S_MOV_B32 killed $sgpr7
44     $flat_scr_lo = S_ADD_U32 killed $sgpr4, $sgpr33, implicit-def $scc
45     $flat_scr_hi = S_ADDC_U32 killed $sgpr5, 0, implicit-def $scc, implicit killed $scc
46     BUNDLE implicit-def $sgpr4_sgpr5, implicit-def $sgpr4, implicit-def $sgpr5, implicit-def $scc {
47       $sgpr4_sgpr5 = S_GETPC_B64
48       $sgpr4 = S_ADD_U32 internal $sgpr4, target-flags(amdgpu-rel32-lo) @func + 4, implicit-def $scc
49       $sgpr5 = S_ADDC_U32 internal $sgpr5, target-flags(amdgpu-rel32-hi) @func + 4, implicit-def $scc, implicit internal $scc
50     }
51     $sgpr32 = S_MOV_B32 $sgpr33
52     dead $sgpr30_sgpr31 = SI_CALL killed renamable $sgpr4_sgpr5, @func, csr_amdgpu, implicit $sgpr0_sgpr1_sgpr2_sgpr3, implicit-def dead $vgpr0
53     S_ENDPGM 0
54 ...