Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RISCV] Make getDefaultVLOps call getDefaultScalableVLOps instead of …
…the other way around. NFC Previously getDefaultScalableVLOps called getDefaultVLOps. getDefaultVLOps also handles fixed vectors so had to then check if it was fixed or scalable. Since getDefaultScalableVLOps know the type is scalable, it makes sense for it to contain the scalable case directly and have getDefaultVLOps call it for the scalable case.
- Loading branch information