[llvm] [RISCV] Fix crash when unrolling loop containing vector instructions (PR #83384)

Shih-Po Hung via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 29 08:27:24 PST 2024


================
@@ -37,6 +37,9 @@ static cl::opt<unsigned> SLPMaxVF(
 InstructionCost
 RISCVTTIImpl::getRISCVInstructionCost(ArrayRef<unsigned> OpCodes, MVT VT,
----------------
arcbbb wrote:

Good point. Your suggested name appears to be clearer.

https://github.com/llvm/llvm-project/pull/83384


More information about the llvm-commits mailing list