Commit 6514602
committed
[LV] Check early for supported interleave factors with scalable types [nfc]
Previously, the cost model was returning an invalid cost. This simply
moves the check from one place to another. This is mostly to make the
cost modeling code a bit easier to follow.1 parent f11568b commit 6514602
File tree
2 files changed
+7
-3
lines changed- llvm/lib
- Target/RISCV
- Transforms/Vectorize
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
679 | | - | |
680 | 678 | | |
681 | 679 | | |
682 | 680 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3406 | 3406 | | |
3407 | 3407 | | |
3408 | 3408 | | |
| 3409 | + | |
3409 | 3410 | | |
3410 | 3411 | | |
3411 | 3412 | | |
| |||
3414 | 3415 | | |
3415 | 3416 | | |
3416 | 3417 | | |
| 3418 | + | |
| 3419 | + | |
| 3420 | + | |
| 3421 | + | |
| 3422 | + | |
| 3423 | + | |
3417 | 3424 | | |
3418 | 3425 | | |
3419 | | - | |
3420 | 3426 | | |
3421 | 3427 | | |
3422 | 3428 | | |
| |||
0 commit comments