Commit de53183
[Autobackout][FunctionalRegression]Revert of change: 09dd7ec: llvm-16: Implement lost functionality from instcombine
Add two additional peephole in GenXSimplify:
%1 = bitcast <32 x i1> %in1 to i32
%2 = bitcast <32 x i1> %in2 to i32
%binop = binop i32 %1, %2
%3 = bitcast i32 %binop to <32 x i1>
And
%1 = trunc <32 x i16> %in1 to <32 x i1>
%2 = trunc <32 x i16> %in2 to <32 x i1>
%binop = binop <32 x i1> %1, %2
%3 = zext <32 x i1> %binop to <32 x i16>
To:
%binop = binop <32 x i16> %in1, %in21 parent 9081e8d commit de53183
File tree
2 files changed
+3
-120
lines changed- IGC/VectorCompiler
- lib/GenXOpts/CMAnalysis
- test/GenXSimplify
2 files changed
+3
-120
lines changedLines changed: 3 additions & 62 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | 186 | | |
244 | 187 | | |
245 | 188 | | |
246 | 189 | | |
247 | | - | |
| 190 | + | |
248 | 191 | | |
249 | | - | |
| 192 | + | |
250 | 193 | | |
251 | 194 | | |
252 | 195 | | |
| |||
563 | 506 | | |
564 | 507 | | |
565 | 508 | | |
566 | | - | |
567 | | - | |
568 | 509 | | |
569 | 510 | | |
570 | 511 | | |
| |||
This file was deleted.
0 commit comments