1
1
// compile-flags: -C no-prepopulate-passes
2
2
// ignore-tidy-linelength
3
3
4
+ // min-system-llvm-version: 9.0
4
5
// ignore-arm
5
6
// ignore-mips
6
7
// ignore-mips64
@@ -30,19 +31,19 @@ pub enum TeBigS {
30
31
Variant ( BigS ) ,
31
32
}
32
33
33
- // CHECK: define void @test_BigS(%BigS* [[BIGS_RET_ATTRS:.*]], %BigS* [[BIGS_ARG_ATTRS :.*]])
34
+ // CHECK: define void @test_BigS(%BigS* [[BIGS_RET_ATTRS:.*]], %BigS* [[BIGS_ARG_ATTRS1:.*]] byval(%BigS) [[BIGS_ARG_ATTRS2 :.*]])
34
35
#[ no_mangle]
35
36
pub extern fn test_BigS ( _: BigS ) -> BigS { loop { } }
36
37
37
- // CHECK: define void @test_TsBigS(%TsBigS* [[BIGS_RET_ATTRS]], %TsBigS* [[BIGS_ARG_ATTRS ]])
38
+ // CHECK: define void @test_TsBigS(%TsBigS* [[BIGS_RET_ATTRS]], %TsBigS* [[BIGS_ARG_ATTRS1]] byval(%TsBigS) [[BIGS_ARG_ATTRS2:.* ]])
38
39
#[ no_mangle]
39
40
pub extern fn test_TsBigS ( _: TsBigS ) -> TsBigS { loop { } }
40
41
41
- // CHECK: define void @test_TuBigS(%TuBigS* [[BIGS_RET_ATTRS]], %TuBigS* [[BIGS_ARG_ATTRS ]])
42
+ // CHECK: define void @test_TuBigS(%TuBigS* [[BIGS_RET_ATTRS]], %TuBigS* [[BIGS_ARG_ATTRS1]] byval(%TuBigS) [[BIGS_ARG_ATTRS2:.* ]])
42
43
#[ no_mangle]
43
44
pub extern fn test_TuBigS ( _: TuBigS ) -> TuBigS { loop { } }
44
45
45
- // CHECK: define void @test_TeBigS(%"TeBigS::Variant"* [[BIGS_RET_ATTRS]], %"TeBigS::Variant"* [[BIGS_ARG_ATTRS ]])
46
+ // CHECK: define void @test_TeBigS(%"TeBigS::Variant"* [[BIGS_RET_ATTRS]], %"TeBigS::Variant"* [[BIGS_ARG_ATTRS1]] byval(%"TeBigS::Variant") [[BIGS_ARG_ATTRS2 ]])
46
47
#[ no_mangle]
47
48
pub extern fn test_TeBigS ( _: TeBigS ) -> TeBigS { loop { } }
48
49
@@ -66,18 +67,18 @@ pub enum TeBigU {
66
67
Variant ( BigU ) ,
67
68
}
68
69
69
- // CHECK: define void @test_BigU(%BigU* [[BIGU_RET_ATTRS:.*]], %BigU* [[BIGU_ARG_ATTRS :.*]])
70
+ // CHECK: define void @test_BigU(%BigU* [[BIGU_RET_ATTRS:.*]], %BigU* [[BIGU_ARG_ATTRS1:.*]] byval(%BigU) [[BIGU_ARG_ATTRS2 :.*]])
70
71
#[ no_mangle]
71
72
pub extern fn test_BigU ( _: BigU ) -> BigU { loop { } }
72
73
73
- // CHECK: define void @test_TsBigU(%TsBigU* [[BIGU_RET_ATTRS:.*]], %TsBigU* [[BIGU_ARG_ATTRS ]])
74
+ // CHECK: define void @test_TsBigU(%TsBigU* [[BIGU_RET_ATTRS:.*]], %TsBigU* [[BIGU_ARG_ATTRS1]] byval(%TsBigU) [[BIGU_ARG_ATTRS2 ]])
74
75
#[ no_mangle]
75
76
pub extern fn test_TsBigU ( _: TsBigU ) -> TsBigU { loop { } }
76
77
77
- // CHECK: define void @test_TuBigU(%TuBigU* [[BIGU_RET_ATTRS]], %TuBigU* [[BIGU_ARG_ATTRS ]])
78
+ // CHECK: define void @test_TuBigU(%TuBigU* [[BIGU_RET_ATTRS]], %TuBigU* [[BIGU_ARG_ATTRS1]] byval(%TuBigU) [[BIGU_ARG_ATTRS2 ]])
78
79
#[ no_mangle]
79
80
pub extern fn test_TuBigU ( _: TuBigU ) -> TuBigU { loop { } }
80
81
81
- // CHECK: define void @test_TeBigU(%"TeBigU::Variant"* [[BIGU_RET_ATTRS]], %"TeBigU::Variant"* [[BIGU_ARG_ATTRS ]])
82
+ // CHECK: define void @test_TeBigU(%"TeBigU::Variant"* [[BIGU_RET_ATTRS]], %"TeBigU::Variant"* [[BIGU_ARG_ATTRS1]] byval(%"TeBigU::Variant") [[BIGU_ARG_ATTRS2 ]])
82
83
#[ no_mangle]
83
84
pub extern fn test_TeBigU ( _: TeBigU ) -> TeBigU { loop { } }
0 commit comments