5
5
6
6
define i32 @extract_first_i32 ({i32 , i32 } %agg ) {
7
7
; THROUGHPUT-LABEL: 'extract_first_i32'
8
- ; THROUGHPUT-NEXT: Cost Model: Unknown cost for instruction: %r = extractvalue { i32, i32 } %agg, 0
8
+ ; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, i32 } %agg, 0
9
9
; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret i32 %r
10
10
;
11
11
; LATENCY-LABEL: 'extract_first_i32'
12
- ; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, i32 } %agg, 0
12
+ ; LATENCY-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, i32 } %agg, 0
13
13
; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret i32 %r
14
14
;
15
15
; CODESIZE-LABEL: 'extract_first_i32'
16
- ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, i32 } %agg, 0
16
+ ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, i32 } %agg, 0
17
17
; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret i32 %r
18
18
;
19
19
%r = extractvalue {i32 , i32 } %agg , 0
@@ -22,15 +22,15 @@ define i32 @extract_first_i32({i32, i32} %agg) {
22
22
23
23
define i32 @extract_second_i32 ({i32 , i32 } %agg ) {
24
24
; THROUGHPUT-LABEL: 'extract_second_i32'
25
- ; THROUGHPUT-NEXT: Cost Model: Unknown cost for instruction: %r = extractvalue { i32, i32 } %agg, 1
25
+ ; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, i32 } %agg, 1
26
26
; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret i32 %r
27
27
;
28
28
; LATENCY-LABEL: 'extract_second_i32'
29
- ; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, i32 } %agg, 1
29
+ ; LATENCY-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, i32 } %agg, 1
30
30
; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret i32 %r
31
31
;
32
32
; CODESIZE-LABEL: 'extract_second_i32'
33
- ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, i32 } %agg, 1
33
+ ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, i32 } %agg, 1
34
34
; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret i32 %r
35
35
;
36
36
%r = extractvalue {i32 , i32 } %agg , 1
@@ -39,15 +39,15 @@ define i32 @extract_second_i32({i32, i32} %agg) {
39
39
40
40
define i32 @extract_i32 ({i32 , i1 } %agg ) {
41
41
; THROUGHPUT-LABEL: 'extract_i32'
42
- ; THROUGHPUT-NEXT: Cost Model: Unknown cost for instruction: %r = extractvalue { i32, i1 } %agg, 0
42
+ ; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, i1 } %agg, 0
43
43
; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret i32 %r
44
44
;
45
45
; LATENCY-LABEL: 'extract_i32'
46
- ; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, i1 } %agg, 0
46
+ ; LATENCY-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, i1 } %agg, 0
47
47
; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret i32 %r
48
48
;
49
49
; CODESIZE-LABEL: 'extract_i32'
50
- ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, i1 } %agg, 0
50
+ ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, i1 } %agg, 0
51
51
; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret i32 %r
52
52
;
53
53
%r = extractvalue {i32 , i1 } %agg , 0
@@ -56,15 +56,15 @@ define i32 @extract_i32({i32, i1} %agg) {
56
56
57
57
define i1 @extract_i1 ({i32 , i1 } %agg ) {
58
58
; THROUGHPUT-LABEL: 'extract_i1'
59
- ; THROUGHPUT-NEXT: Cost Model: Unknown cost for instruction: %r = extractvalue { i32, i1 } %agg, 1
59
+ ; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, i1 } %agg, 1
60
60
; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret i1 %r
61
61
;
62
62
; LATENCY-LABEL: 'extract_i1'
63
- ; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, i1 } %agg, 1
63
+ ; LATENCY-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, i1 } %agg, 1
64
64
; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret i1 %r
65
65
;
66
66
; CODESIZE-LABEL: 'extract_i1'
67
- ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, i1 } %agg, 1
67
+ ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, i1 } %agg, 1
68
68
; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret i1 %r
69
69
;
70
70
%r = extractvalue {i32 , i1 } %agg , 1
@@ -73,15 +73,15 @@ define i1 @extract_i1({i32, i1} %agg) {
73
73
74
74
define float @extract_float ({i32 , float } %agg ) {
75
75
; THROUGHPUT-LABEL: 'extract_float'
76
- ; THROUGHPUT-NEXT: Cost Model: Unknown cost for instruction: %r = extractvalue { i32, float } %agg, 1
76
+ ; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, float } %agg, 1
77
77
; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret float %r
78
78
;
79
79
; LATENCY-LABEL: 'extract_float'
80
- ; LATENCY-NEXT: Cost Model: Found an estimated cost of 3 for instruction: %r = extractvalue { i32, float } %agg, 1
80
+ ; LATENCY-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, float } %agg, 1
81
81
; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret float %r
82
82
;
83
83
; CODESIZE-LABEL: 'extract_float'
84
- ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, float } %agg, 1
84
+ ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, float } %agg, 1
85
85
; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret float %r
86
86
;
87
87
%r = extractvalue {i32 , float } %agg , 1
@@ -90,15 +90,15 @@ define float @extract_float({i32, float} %agg) {
90
90
91
91
define [42 x i42 ] @extract_array ({i32 , [42 x i42 ]} %agg ) {
92
92
; THROUGHPUT-LABEL: 'extract_array'
93
- ; THROUGHPUT-NEXT: Cost Model: Unknown cost for instruction: %r = extractvalue { i32, [42 x i42] } %agg, 1
93
+ ; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, [42 x i42] } %agg, 1
94
94
; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret [42 x i42] %r
95
95
;
96
96
; LATENCY-LABEL: 'extract_array'
97
- ; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, [42 x i42] } %agg, 1
97
+ ; LATENCY-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, [42 x i42] } %agg, 1
98
98
; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret [42 x i42] %r
99
99
;
100
100
; CODESIZE-LABEL: 'extract_array'
101
- ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, [42 x i42] } %agg, 1
101
+ ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, [42 x i42] } %agg, 1
102
102
; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret [42 x i42] %r
103
103
;
104
104
%r = extractvalue {i32 , [42 x i42 ]} %agg , 1
@@ -107,15 +107,15 @@ define [42 x i42] @extract_array({i32, [42 x i42]} %agg) {
107
107
108
108
define <42 x i42 > @extract_vector ({i32 , <42 x i42 >} %agg ) {
109
109
; THROUGHPUT-LABEL: 'extract_vector'
110
- ; THROUGHPUT-NEXT: Cost Model: Unknown cost for instruction: %r = extractvalue { i32, <42 x i42> } %agg, 1
110
+ ; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, <42 x i42> } %agg, 1
111
111
; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret <42 x i42> %r
112
112
;
113
113
; LATENCY-LABEL: 'extract_vector'
114
- ; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, <42 x i42> } %agg, 1
114
+ ; LATENCY-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, <42 x i42> } %agg, 1
115
115
; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret <42 x i42> %r
116
116
;
117
117
; CODESIZE-LABEL: 'extract_vector'
118
- ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, <42 x i42> } %agg, 1
118
+ ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, <42 x i42> } %agg, 1
119
119
; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret <42 x i42> %r
120
120
;
121
121
%r = extractvalue {i32 , <42 x i42 >} %agg , 1
@@ -126,15 +126,15 @@ define <42 x i42> @extract_vector({i32, <42 x i42>} %agg) {
126
126
127
127
define %T1 @extract_struct ({i32 , %T1 } %agg ) {
128
128
; THROUGHPUT-LABEL: 'extract_struct'
129
- ; THROUGHPUT-NEXT: Cost Model: Unknown cost for instruction: %r = extractvalue { i32, %T1 } %agg, 1
129
+ ; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, %T1 } %agg, 1
130
130
; THROUGHPUT-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret %T1 %r
131
131
;
132
132
; LATENCY-LABEL: 'extract_struct'
133
- ; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, %T1 } %agg, 1
133
+ ; LATENCY-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, %T1 } %agg, 1
134
134
; LATENCY-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret %T1 %r
135
135
;
136
136
; CODESIZE-LABEL: 'extract_struct'
137
- ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %r = extractvalue { i32, %T1 } %agg, 1
137
+ ; CODESIZE-NEXT: Cost Model: Found an estimated cost of 0 for instruction: %r = extractvalue { i32, %T1 } %agg, 1
138
138
; CODESIZE-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret %T1 %r
139
139
;
140
140
%r = extractvalue {i32 , %T1 } %agg , 1
0 commit comments