Commit c772f5d
authored
[RISCV] Disable fixed vectors in getOptimalMemOpType if minimum VLEN is 32. (llvm#102974)
This is needed to match llvm#102405 which disabled fixed to scalable vector
lowering for VLEN=32.
Fixes llvm#102566 and llvm#102568.1 parent 136e5f4 commit c772f5d
File tree
2 files changed
+22
-0
lines changed- llvm
- lib/Target/RISCV
- test/CodeGen/RISCV/rvv
2 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21024 | 21024 | | |
21025 | 21025 | | |
21026 | 21026 | | |
| 21027 | + | |
| 21028 | + | |
| 21029 | + | |
| 21030 | + | |
| 21031 | + | |
21027 | 21032 | | |
21028 | 21033 | | |
21029 | 21034 | | |
| |||
| 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 | + | |
0 commit comments