[llvm] [VPlan] Expand VPBlendRecipes to select instructions. NFC (PR #133993)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 22 07:14:55 PDT 2025
================
@@ -2711,6 +2711,20 @@ void VPlanTransforms::convertToConcreteRecipes(VPlan &Plan,
continue;
}
+ // Expand VPBlendRecipe into VPInstruction::Select
----------------
fhahn wrote:
```suggestion
// Expand VPBlendRecipe into VPInstruction::Select.
```
https://github.com/llvm/llvm-project/pull/133993
More information about the llvm-commits
mailing list