[llvm] [VPlan] Implement VPInterleaveRecipe::computeCost. (PR #106067)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 06:16:43 PDT 2024
================
@@ -270,8 +270,6 @@ void VPRecipeBase::moveBefore(VPBasicBlock &BB,
static Instruction *getInstructionForCost(const VPRecipeBase *R) {
if (auto *S = dyn_cast<VPSingleDefRecipe>(R))
return dyn_cast_or_null<Instruction>(S->getUnderlyingValue());
- if (auto *IG = dyn_cast<VPInterleaveRecipe>(R))
----------------
fhahn wrote:
The code has been reworked in fa3258ecb8f18702bb45fa7f7c5c436be9e575cc and the changes here are gone.
https://github.com/llvm/llvm-project/pull/106067
More information about the llvm-commits
mailing list