[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / sgpr-spill-update-only-slot-indexes.ll
blob1f2c203459782e8f1d1dad612c1624fd6f56c847
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -march=amdgcn -mcpu=gfx900 -sgpr-regalloc=fast -vgpr-regalloc=fast -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
4 ; Make sure there's no verifier error from improperly updated
5 ; SlotIndexes if regalloc fast is manually used.
7 declare void @foo()
9 define amdgpu_kernel void @kernel() {
10 ; GCN-LABEL: kernel:
11 ; GCN:       ; %bb.0:
12 ; GCN-NEXT:    s_mov_b32 s36, SCRATCH_RSRC_DWORD0
13 ; GCN-NEXT:    s_mov_b32 s37, SCRATCH_RSRC_DWORD1
14 ; GCN-NEXT:    s_mov_b32 s38, -1
15 ; GCN-NEXT:    s_mov_b32 s39, 0xe00000
16 ; GCN-NEXT:    ; implicit-def: $vgpr3 : SGPR spill to VGPR lane
17 ; GCN-NEXT:    s_add_u32 s36, s36, s11
18 ; GCN-NEXT:    v_writelane_b32 v3, s4, 0
19 ; GCN-NEXT:    s_movk_i32 s32, 0x400
20 ; GCN-NEXT:    s_addc_u32 s37, s37, 0
21 ; GCN-NEXT:    s_mov_b32 s14, s10
22 ; GCN-NEXT:    s_mov_b32 s13, s9
23 ; GCN-NEXT:    s_mov_b32 s12, s8
24 ; GCN-NEXT:    s_mov_b64 s[10:11], s[6:7]
25 ; GCN-NEXT:    v_writelane_b32 v3, s5, 1
26 ; GCN-NEXT:    s_or_saveexec_b64 s[34:35], -1
27 ; GCN-NEXT:    buffer_store_dword v3, off, s[36:39], 0 offset:4 ; 4-byte Folded Spill
28 ; GCN-NEXT:    s_mov_b64 exec, s[34:35]
29 ; GCN-NEXT:    s_mov_b64 s[4:5], s[0:1]
30 ; GCN-NEXT:    v_readlane_b32 s0, v3, 0
31 ; GCN-NEXT:    v_readlane_b32 s1, v3, 1
32 ; GCN-NEXT:    s_add_u32 s8, s0, 36
33 ; GCN-NEXT:    s_addc_u32 s9, s1, 0
34 ; GCN-NEXT:    s_getpc_b64 s[0:1]
35 ; GCN-NEXT:    s_add_u32 s0, s0, foo@gotpcrel32@lo+4
36 ; GCN-NEXT:    s_addc_u32 s1, s1, foo@gotpcrel32@hi+12
37 ; GCN-NEXT:    s_load_dwordx2 s[16:17], s[0:1], 0x0
38 ; GCN-NEXT:    s_mov_b64 s[6:7], s[2:3]
39 ; GCN-NEXT:    v_lshlrev_b32_e32 v2, 20, v2
40 ; GCN-NEXT:    v_lshlrev_b32_e32 v1, 10, v1
41 ; GCN-NEXT:    s_mov_b64 s[0:1], s[36:37]
42 ; GCN-NEXT:    v_or3_b32 v31, v0, v1, v2
43 ; GCN-NEXT:    s_mov_b64 s[2:3], s[38:39]
44 ; GCN-NEXT:    s_waitcnt lgkmcnt(0)
45 ; GCN-NEXT:    s_swappc_b64 s[30:31], s[16:17]
46 ; GCN-NEXT:    s_or_saveexec_b64 s[34:35], -1
47 ; GCN-NEXT:    buffer_load_dword v0, off, s[36:39], 0 offset:4 ; 4-byte Folded Reload
48 ; GCN-NEXT:    s_mov_b64 exec, s[34:35]
49 ; GCN-NEXT:    ; kill: killed $vgpr0
50 ; GCN-NEXT:    s_endpgm
51   call void @foo()
52   ret void