[llvm] [VPlan] Use VPInstruction for VPScalarPHIRecipe. (NFCI) (PR #129767)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 03:57:47 PDT 2025


================
@@ -276,6 +276,11 @@ InstructionCost VPRecipeBase::computeCost(ElementCount VF,
                                           VPCostContext &Ctx) const {
   llvm_unreachable("subclasses should implement computeCost");
 }
+bool VPRecipeBase::isPhi() const {
----------------
fhahn wrote:

Added, thanks

https://github.com/llvm/llvm-project/pull/129767


More information about the llvm-commits mailing list