[all-commits] [llvm/llvm-project] 0533b6: [RISCV] Remove a use of getMinVLen in favor of get...
Philip Reames via All-commits
all-commits at lists.llvm.org
Mon Jun 27 12:53:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0533b6e2f605f165ecfdf4ba4736e3ccf0075247
https://github.com/llvm/llvm-project/commit/0533b6e2f605f165ecfdf4ba4736e3ccf0075247
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-06-27 (Mon, 27 Jun 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Remove a use of getMinVLen in favor of getRealMinVLen
The later is possibly greater than the former, and thus the assert was overly strong when a wider VLEN was set at the command line.
More information about the All-commits
mailing list