[all-commits] [llvm/llvm-project] f1e1c3: [RISCV] Replace two calls to getMinRVVVectorSizeIn...
Philip Reames via All-commits
all-commits at lists.llvm.org
Fri Jun 24 13:01:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1e1c3ce772565d77a920119dcd0b43622059fb1
https://github.com/llvm/llvm-project/commit/f1e1c3ce772565d77a920119dcd0b43622059fb1
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Replace two calls to getMinRVVVectorSizeInBits in fixed length lowering [nfc]
Both of these are only reached if useRVVForFixedLengthVectors is true. Given that, we know that getRealMinVLen() == getMinRVVVectorSizeInBits().
More information about the All-commits
mailing list