[llvm] [VPlan] Handle VPWidenCastRecipe without underlying value in EVL transform (PR #120194)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 01:44:00 PST 2024
================
@@ -1506,18 +1506,17 @@ static void transformRecipestoEVLRecipes(VPlan &Plan, VPValue &EVL) {
})
.Case<VPWidenCastRecipe>(
[&](VPWidenCastRecipe *CInst) -> VPRecipeBase * {
----------------
fhahn wrote:
The name here is also confusing, as `Inst` implies an instructions, while this is a cast recipe... Better name it `CastR`
https://github.com/llvm/llvm-project/pull/120194
More information about the llvm-commits
mailing list