Commit 1321450
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 6414894 commit 1321450
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 | | |
| |||
413 | 408 | | |
414 | 409 | | |
415 | 410 | | |
416 | | - | |
417 | | - | |
| 411 | + | |
418 | 412 | | |
419 | 413 | | |
420 | 414 | | |
| |||
424 | 418 | | |
425 | 419 | | |
426 | 420 | | |
427 | | - | |
428 | | - | |
| 421 | + | |
429 | 422 | | |
430 | 423 | | |
431 | 424 | | |
| |||
575 | 568 | | |
576 | 569 | | |
577 | 570 | | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | 571 | | |
588 | 572 | | |
589 | 573 | | |
| |||
0 commit comments