Commit 4091b5d
authored
[X86] lowerV8F32Shuffle - use lowerShufflePairAsUNPCKAndPermute on AVX1 targets (llvm#140881)
If we're not going to split the v8f32 shuffle anyway, attempt to match with lowerShufflePairAsUNPCKAndPermute1 parent 8818728 commit 4091b5d
File tree
3 files changed
+135
-194
lines changed- llvm
- lib/Target/X86
- test/CodeGen/X86
3 files changed
+135
-194
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16705 | 16705 | | |
16706 | 16706 | | |
16707 | 16707 | | |
16708 | | - | |
16709 | | - | |
16710 | | - | |
16711 | | - | |
| 16708 | + | |
| 16709 | + | |
| 16710 | + | |
| 16711 | + | |
| 16712 | + | |
16712 | 16713 | | |
16713 | 16714 | | |
16714 | 16715 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
277 | 272 | | |
278 | 273 | | |
279 | 274 | | |
| |||
0 commit comments