Skip to content

Commit 6a9cf7d

Browse files
committed
Remove cost model for vp_reverse
1 parent 9913611 commit 6a9cf7d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,12 +1523,6 @@ RISCVTTIImpl::getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA,
15231523
cast<VectorType>(ICA.getArgTypes()[0]), {}, CostKind,
15241524
0, cast<VectorType>(ICA.getReturnType()));
15251525
}
1526-
case Intrinsic::experimental_vp_reverse: {
1527-
return getShuffleCost(TTI::SK_Reverse,
1528-
cast<VectorType>(ICA.getReturnType()),
1529-
cast<VectorType>(ICA.getArgTypes()[0]), {}, CostKind,
1530-
0, cast<VectorType>(ICA.getReturnType()));
1531-
}
15321526
case Intrinsic::fptoui_sat:
15331527
case Intrinsic::fptosi_sat: {
15341528
InstructionCost Cost = 0;

0 commit comments

Comments
 (0)