Commit 73e93ec
authored
[X86] combineConcatVectorOps - attempt to recursively call combineConcatVectorOps from inside ConcatSubOperand. (#131303)
Before falling back to creating a generic ISD::CONCAT_VECTORS node, see if we can directly concat the subvectors if we peek through any bitcasts.1 parent 80079c9 commit 73e93ec
File tree
6 files changed
+1621
-1636
lines changed- llvm
- lib/Target/X86
- test/CodeGen/X86
6 files changed
+1621
-1636
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57937 | 57937 | | |
57938 | 57938 | | |
57939 | 57939 | | |
57940 | | - | |
57941 | | - | |
| 57940 | + | |
| 57941 | + | |
57942 | 57942 | | |
57943 | 57943 | | |
57944 | 57944 | | |
| 57945 | + | |
| 57946 | + | |
| 57947 | + | |
57945 | 57948 | | |
57946 | 57949 | | |
57947 | 57950 | | |
| |||
0 commit comments