[llvm] [RISCV][CostModel][NFC] Add getRISCVInstructionCost() to TTI for Cost… (PR #73651)
Shih-Po Hung via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 29 03:37:25 PST 2023
================
@@ -34,6 +34,53 @@ static cl::opt<unsigned> SLPMaxVF(
"exclusively by SLP vectorizer."),
cl::Hidden);
+InstructionCost
+RISCVTTIImpl::getRISCVInstructionCost(RISCVInstruction Inst, MVT VT,
----------------
arcbbb wrote:
Updated!
https://github.com/llvm/llvm-project/pull/73651
More information about the llvm-commits
mailing list