[llvm] [VPlan] Add VPExpressionRecipe, replacing extended reduction recipes. (PR #144281)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 1 13:42:31 PDT 2025
================
@@ -525,14 +525,13 @@ class VPSingleDefRecipe : public VPRecipeBase, public VPValue {
static inline bool classof(const VPRecipeBase *R) {
switch (R->getVPDefID()) {
+ case VPRecipeBase::VPExpressionSC:
----------------
fhahn wrote:
That should be fixed in the latest/landed version I think
https://github.com/llvm/llvm-project/pull/144281
More information about the llvm-commits
mailing list