================ @@ -851,8 +851,20 @@ static void simplifyRecipe(VPRecipeBase &R, VPTypeAnalysis &TypeInfo) { return; } - if (Blend->isNormalized()) + if (Blend->isNormalized()) { ---------------- fhahn wrote: Moved, thanks! https://github.com/llvm/llvm-project/pull/128375