Commit ea59d17
authored
[X86] getFauxShuffleMask - always match insert_subvector(insert_subvector(undef,sub,0),sub,c) 'subvector splat' patterns (#130115)
The plan is to remove the vXi64 cross lane shuffle constraint entirely, but this special 'splat' case was easy to handle while I fight the remaining regressions.1 parent 3ccacc4 commit ea59d17
File tree
2 files changed
+4
-4
lines changed- llvm
- lib/Target/X86
- test/CodeGen/X86
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6153 | 6153 | | |
6154 | 6154 | | |
6155 | 6155 | | |
6156 | | - | |
| 6156 | + | |
6157 | 6157 | | |
6158 | | - | |
| 6158 | + | |
6159 | 6159 | | |
6160 | 6160 | | |
6161 | 6161 | | |
| 6162 | + | |
6162 | 6163 | | |
6163 | 6164 | | |
6164 | 6165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
| 153 | + | |
155 | 154 | | |
156 | 155 | | |
157 | 156 | | |
| |||
0 commit comments