Commit edc22c6
authored
[X86] getFauxShuffleMask - only handle VTRUNC nodes with matching src/dst sizes (llvm#134161)
Cleanup work for llvm#133947 - we need to handle VTRUNC nodes with large
source vectors directly to allow us to widen the size of the shuffle
combine
We currently discard these results in combineX86ShufflesRecursively
anyhow as we don't allow inputs from getTargetShuffleInputs to be larger
than the shuffle value type1 parent 6333fa5 commit edc22c6
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6413 | 6413 | | |
6414 | 6414 | | |
6415 | 6415 | | |
6416 | | - | |
6417 | | - | |
6418 | | - | |
| 6416 | + | |
6419 | 6417 | | |
6420 | 6418 | | |
6421 | 6419 | | |
| |||
0 commit comments