diff options
author | Craig Topper <craig.topper@sifive.com> | 2023-11-15 19:12:26 -0800 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2023-11-15 19:28:00 -0800 |
commit | 84044061e880bd6c7994cb2e3048a073cf76a683 (patch) | |
tree | 8e5387239f77836ff6302840412a9f56fba05169 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | c79ffb02bbd79c9abe0add4a5bcef375af0a9755 (diff) | |
download | llvm-84044061e880bd6c7994cb2e3048a073cf76a683.zip llvm-84044061e880bd6c7994cb2e3048a073cf76a683.tar.gz llvm-84044061e880bd6c7994cb2e3048a073cf76a683.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions