@@ -12,7 +12,7 @@ define preserve_nonecc i64 @callee1(i64 %a0, i64 %b0, i64 %c0, i64 %d0, i64 %e0)
12
12
; CHECK-NOT: calleeSavedRegisters:
13
13
; CHECK: RET 0, $rax
14
14
15
- ; Check that RegMask is csr_noregs .
15
+ ; Check that RegMask is csr_64_noneregs .
16
16
define i64 @caller1 (i64 %a0 ) nounwind {
17
17
%b1 = call preserve_nonecc i64 @callee1 (i64 %a0 , i64 %a0 , i64 %a0 , i64 %a0 , i64 %a0 )
18
18
%b2 = add i64 %b1 , %a0
@@ -38,13 +38,13 @@ define preserve_nonecc {i64, i64} @callee2(i64 %a0, i64 %b0, i64 %c0, i64 %d0, i
38
38
; CHECK: RET 0, $rax, $rdx
39
39
40
40
41
- ; Check that RegMask is csr_noregs .
41
+ ; Check that RegMask is csr_64_noneregs .
42
42
define {i64 , i64 } @caller2 (i64 %a0 ) nounwind {
43
43
%b1 = call preserve_nonecc {i64 , i64 } @callee2 (i64 %a0 , i64 %a0 , i64 %a0 , i64 %a0 , i64 %a0 )
44
44
ret {i64 , i64 } %b1
45
45
}
46
46
; CHECK: name: caller2
47
- ; CHECL : CALL64pcrel32 @callee2, csr_noregs
47
+ ; CHECK : CALL64pcrel32 @callee2, csr_64_noneregs
48
48
; CHECK: RET 0, $rax, $rdx
49
49
50
50
@@ -53,7 +53,7 @@ define {i64, i64} @caller2(i64 %a0) nounwind {
53
53
; Declare the callee with a sret parameter.
54
54
declare preserve_nonecc void @callee3 (ptr noalias nocapture writeonly sret (%struct.Large ) align 4 %a0 , i64 %b0 ) nounwind ;
55
55
56
- ; Check that RegMask is csr_noregs .
56
+ ; Check that RegMask is csr_64_noneregs .
57
57
define void @caller3 (i64 %a0 ) nounwind {
58
58
%a1 = alloca %struct.Large , align 8
59
59
call preserve_nonecc void @callee3 (ptr nonnull sret (%struct.Large ) align 8 %a1 , i64 %a0 )
@@ -78,7 +78,7 @@ define preserve_nonecc {i64, double} @callee4(i64 %a0, i64 %b0, i64 %c0, i64 %d0
78
78
; CHECK-NOT: calleeSavedRegisters:
79
79
; CHECK: RET 0, $rax, $xmm0
80
80
81
- ; Check that RegMask is csr_noregs .
81
+ ; Check that RegMask is csr_64_noneregs .
82
82
define {i64 , double } @caller4 (i64 %a0 ) nounwind {
83
83
%b1 = call preserve_nonecc {i64 , double } @callee4 (i64 %a0 , i64 %a0 , i64 %a0 , i64 %a0 , i64 %a0 )
84
84
ret {i64 , double } %b1
0 commit comments