[llvm] WIP:[LV][EVL] Support fixed-order recurrence idiom with EVL tail folding. (PR #124093)
Elvis Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 19:20:03 PST 2025
================
@@ -1235,6 +1235,8 @@ RISCVTTIImpl::getIntrinsicInstrCost(const IntrinsicCostAttributes &ICA,
: RISCV::VMV_V_X,
LT.second, CostKind);
}
+ case Intrinsic::experimental_vp_splice:
+ return 1;
----------------
ElvisWang123 wrote:
PR opened. https://github.com/llvm/llvm-project/pull/124221
https://github.com/llvm/llvm-project/pull/124093
More information about the llvm-commits
mailing list