Commit b5ce483
committed
[RISCV] Remove support for pre-RA vsetvli insertion
Now that LLVM 19.1.1 has been out for a while with post-vector-RA vsetvli insertion enabled by default, this proposes to remove the flag that restores the old pre-RA behaviour so we only have one configuration going forward.
That flag was mainly meant as a fallback in case users ran into issues, but I haven't seen anything reported so far.1 parent 496187b commit b5ce483
File tree
3 files changed
+133
-366
lines changed- llvm
- lib/Target/RISCV
- test/CodeGen/RISCV/rvv
3 files changed
+133
-366
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 182 | + | |
189 | 183 | | |
190 | | - | |
| 184 | + | |
191 | 185 | | |
192 | | - | |
193 | 186 | | |
194 | 187 | | |
195 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | 102 | | |
108 | 103 | | |
109 | 104 | | |
| |||
405 | 400 | | |
406 | 401 | | |
407 | 402 | | |
408 | | - | |
409 | | - | |
| 403 | + | |
410 | 404 | | |
411 | 405 | | |
412 | 406 | | |
| |||
416 | 410 | | |
417 | 411 | | |
418 | 412 | | |
419 | | - | |
420 | | - | |
| 413 | + | |
421 | 414 | | |
422 | 415 | | |
423 | 416 | | |
| |||
564 | 557 | | |
565 | 558 | | |
566 | 559 | | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | 560 | | |
577 | 561 | | |
578 | 562 | | |
| |||
0 commit comments