File: sgpr-spill-update-only-slot-indexes.ll

package info (click to toggle)
llvm-toolchain-20 1%3A20.1.6-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,111,304 kB
  • sloc: cpp: 7,438,677; ansic: 1,393,822; asm: 1,012,926; python: 241,650; f90: 86,635; objc: 75,479; lisp: 42,144; pascal: 17,286; sh: 10,027; ml: 5,082; perl: 4,730; awk: 3,523; makefile: 3,349; javascript: 2,251; xml: 892; fortran: 672
file content (49 lines) | stat: -rw-r--r-- 1,867 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=amdgcn -mcpu=gfx900 -sgpr-regalloc=fast -vgpr-regalloc=fast -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s

; Make sure there's no verifier error from improperly updated
; SlotIndexes if regalloc fast is manually used.

declare void @foo()

define amdgpu_kernel void @kernel() {
; GCN-LABEL: kernel:
; GCN:       ; %bb.0:
; GCN-NEXT:    s_mov_b32 s36, SCRATCH_RSRC_DWORD0
; GCN-NEXT:    s_mov_b32 s37, SCRATCH_RSRC_DWORD1
; GCN-NEXT:    s_mov_b32 s38, -1
; GCN-NEXT:    ; implicit-def: $vgpr40 : SGPR spill to VGPR lane
; GCN-NEXT:    s_mov_b32 s39, 0xe00000
; GCN-NEXT:    v_writelane_b32 v40, s4, 0
; GCN-NEXT:    s_add_u32 s36, s36, s11
; GCN-NEXT:    v_writelane_b32 v40, s5, 1
; GCN-NEXT:    s_addc_u32 s37, s37, 0
; GCN-NEXT:    s_mov_b64 s[4:5], s[0:1]
; GCN-NEXT:    v_readlane_b32 s0, v40, 0
; GCN-NEXT:    s_mov_b32 s13, s9
; GCN-NEXT:    s_mov_b32 s12, s8
; GCN-NEXT:    v_readlane_b32 s1, v40, 1
; GCN-NEXT:    s_add_u32 s8, s0, 36
; GCN-NEXT:    s_addc_u32 s9, s1, 0
; GCN-NEXT:    s_getpc_b64 s[0:1]
; GCN-NEXT:    s_add_u32 s0, s0, foo@gotpcrel32@lo+4
; GCN-NEXT:    s_addc_u32 s1, s1, foo@gotpcrel32@hi+12
; GCN-NEXT:    s_load_dwordx2 s[16:17], s[0:1], 0x0
; GCN-NEXT:    s_mov_b32 s14, s10
; GCN-NEXT:    s_mov_b64 s[10:11], s[6:7]
; GCN-NEXT:    s_mov_b64 s[6:7], s[2:3]
; GCN-NEXT:    v_lshlrev_b32_e32 v2, 20, v2
; GCN-NEXT:    v_lshlrev_b32_e32 v1, 10, v1
; GCN-NEXT:    s_mov_b64 s[0:1], s[36:37]
; GCN-NEXT:    v_or3_b32 v31, v0, v1, v2
; GCN-NEXT:    s_mov_b64 s[2:3], s[38:39]
; GCN-NEXT:    s_mov_b32 s32, 0
; GCN-NEXT:    s_waitcnt lgkmcnt(0)
; GCN-NEXT:    s_swappc_b64 s[30:31], s[16:17]
; GCN-NEXT:    s_endpgm
  call void @foo()
  ret void
}

!llvm.module.flags = !{!0}
!0 = !{i32 1, !"amdhsa_code_object_version", i32 500}