[llvm] [VPlan] Use VPlan operand order for VPBlendRecipes. (PR #139475)
via llvm-commits
llvm-commits at lists.llvm.org
Mon May 12 04:37:36 PDT 2025
================
@@ -125,7 +125,7 @@ class VPRecipeBuilder {
/// Handle non-loop phi nodes. Return a new VPBlendRecipe otherwise. Currently
----------------
ayalz wrote:
Independent:
```suggestion
/// Handle non-loop phi nodes, returning a new VPBlendRecipe. Currently
```
https://github.com/llvm/llvm-project/pull/139475
More information about the llvm-commits
mailing list