Commit 8ed397d
authored
[DAGCombiner] Disable narrowExtractedVectorLoad for indexed loads. (llvm#135847)
The later code does not expect or preserve the index output.
Fixes llvm#1358211 parent 2d98bdc commit 8ed397d
File tree
2 files changed
+28
-1
lines changed- llvm
- lib/CodeGen/SelectionDAG
- test/CodeGen/AArch64
2 files changed
+28
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25183 | 25183 | | |
25184 | 25184 | | |
25185 | 25185 | | |
25186 | | - | |
| 25186 | + | |
25187 | 25187 | | |
25188 | 25188 | | |
25189 | 25189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments