We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9402fbb commit 02f633cCopy full SHA for 02f633c
llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
@@ -52,6 +52,9 @@ class RISCVTTIImpl : public BasicTTIImplBase<RISCVTTIImpl> {
52
/// on the vtype and the cost kind.
53
/// \param Opcodes A list of opcodes of the RVV instruction to evaluate.
54
/// \param VT The MVT of vtype associated with the RVV instructions.
55
+ /// For widening/narrowing instructions where the result and source types
56
+ /// differ, it is important to check the spec to determine whether the vtype
57
+ /// refers to the result or source type.
58
/// \param CostKind The type of cost to compute.
59
InstructionCost getRISCVInstructionCost(ArrayRef<unsigned> OpCodes, MVT VT,
60
TTI::TargetCostKind CostKind);
0 commit comments