File: spill-reload-cfr.ll

package info (click to toggle)
llvm-toolchain-16 1%3A16.0.6-15~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,634,792 kB
  • sloc: cpp: 6,179,261; ansic: 1,216,205; asm: 741,319; python: 196,614; objc: 75,325; f90: 49,640; lisp: 32,396; pascal: 12,286; sh: 9,394; perl: 7,442; ml: 5,494; awk: 3,523; makefile: 2,723; javascript: 1,206; xml: 886; fortran: 581; cs: 573
file content (89 lines) | stat: -rw-r--r-- 3,313 bytes parent folder | download | duplicates (5)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc --mtriple=loongarch32 --mattr=+d < %s | FileCheck %s --check-prefix=LA32
; RUN: llc --mtriple=loongarch64 --mattr=+d < %s | FileCheck %s --check-prefix=LA64

;; Check the $fcc* register is spilled before funtion call and then reloaded.
declare void @foo()

define i1 @load_store_fcc_reg(float %a, i1 %c) {
; LA32-LABEL: load_store_fcc_reg:
; LA32:       # %bb.0:
; LA32-NEXT:    addi.w $sp, $sp, -32
; LA32-NEXT:    .cfi_def_cfa_offset 32
; LA32-NEXT:    st.w $ra, $sp, 28 # 4-byte Folded Spill
; LA32-NEXT:    st.w $fp, $sp, 24 # 4-byte Folded Spill
; LA32-NEXT:    fst.d $fs0, $sp, 16 # 8-byte Folded Spill
; LA32-NEXT:    fst.d $fs1, $sp, 8 # 8-byte Folded Spill
; LA32-NEXT:    .cfi_offset 1, -4
; LA32-NEXT:    .cfi_offset 22, -8
; LA32-NEXT:    .cfi_offset 56, -16
; LA32-NEXT:    .cfi_offset 57, -24
; LA32-NEXT:    move $fp, $a0
; LA32-NEXT:    fmov.s $fs0, $fa0
; LA32-NEXT:    movgr2fr.w $fs1, $zero
; LA32-NEXT:    fcmp.cult.s $fcc0, $fs1, $fa0
; LA32-NEXT:    movcf2gr $a0, $fcc0
; LA32-NEXT:    st.w $a0, $sp, 4
; LA32-NEXT:    bl %plt(foo)
; LA32-NEXT:    ld.w $a0, $sp, 4
; LA32-NEXT:    movgr2cf $fcc0, $a0
; LA32-NEXT:    bcnez $fcc0, .LBB0_2
; LA32-NEXT:  # %bb.1: # %if.then
; LA32-NEXT:    move $a0, $fp
; LA32-NEXT:    b .LBB0_3
; LA32-NEXT:  .LBB0_2: # %if.else
; LA32-NEXT:    fcmp.cle.s $fcc0, $fs0, $fs1
; LA32-NEXT:    movcf2gr $a0, $fcc0
; LA32-NEXT:  .LBB0_3: # %if.then
; LA32-NEXT:    fld.d $fs1, $sp, 8 # 8-byte Folded Reload
; LA32-NEXT:    fld.d $fs0, $sp, 16 # 8-byte Folded Reload
; LA32-NEXT:    ld.w $fp, $sp, 24 # 4-byte Folded Reload
; LA32-NEXT:    ld.w $ra, $sp, 28 # 4-byte Folded Reload
; LA32-NEXT:    addi.w $sp, $sp, 32
; LA32-NEXT:    ret
;
; LA64-LABEL: load_store_fcc_reg:
; LA64:       # %bb.0:
; LA64-NEXT:    addi.d $sp, $sp, -48
; LA64-NEXT:    .cfi_def_cfa_offset 48
; LA64-NEXT:    st.d $ra, $sp, 40 # 8-byte Folded Spill
; LA64-NEXT:    st.d $fp, $sp, 32 # 8-byte Folded Spill
; LA64-NEXT:    fst.d $fs0, $sp, 24 # 8-byte Folded Spill
; LA64-NEXT:    fst.d $fs1, $sp, 16 # 8-byte Folded Spill
; LA64-NEXT:    .cfi_offset 1, -8
; LA64-NEXT:    .cfi_offset 22, -16
; LA64-NEXT:    .cfi_offset 56, -24
; LA64-NEXT:    .cfi_offset 57, -32
; LA64-NEXT:    move $fp, $a0
; LA64-NEXT:    fmov.s $fs0, $fa0
; LA64-NEXT:    movgr2fr.w $fs1, $zero
; LA64-NEXT:    fcmp.cult.s $fcc0, $fs1, $fa0
; LA64-NEXT:    movcf2gr $a0, $fcc0
; LA64-NEXT:    st.d $a0, $sp, 8
; LA64-NEXT:    bl %plt(foo)
; LA64-NEXT:    ld.d $a0, $sp, 8
; LA64-NEXT:    movgr2cf $fcc0, $a0
; LA64-NEXT:    bcnez $fcc0, .LBB0_2
; LA64-NEXT:  # %bb.1: # %if.then
; LA64-NEXT:    move $a0, $fp
; LA64-NEXT:    b .LBB0_3
; LA64-NEXT:  .LBB0_2: # %if.else
; LA64-NEXT:    fcmp.cle.s $fcc0, $fs0, $fs1
; LA64-NEXT:    movcf2gr $a0, $fcc0
; LA64-NEXT:  .LBB0_3: # %if.then
; LA64-NEXT:    fld.d $fs1, $sp, 16 # 8-byte Folded Reload
; LA64-NEXT:    fld.d $fs0, $sp, 24 # 8-byte Folded Reload
; LA64-NEXT:    ld.d $fp, $sp, 32 # 8-byte Folded Reload
; LA64-NEXT:    ld.d $ra, $sp, 40 # 8-byte Folded Reload
; LA64-NEXT:    addi.d $sp, $sp, 48
; LA64-NEXT:    ret
  %cmp = fcmp ole float %a, 0.000000e+00
  call void @foo()
  br i1 %cmp, label %if.then, label %if.else

if.then:
  ret i1 %c

if.else:
  ret i1 %cmp
}