[Mlir-commits] [libcxx] [compiler-rt] [clang-tools-extra] [flang] [mlir] [clang] [libc] [llvm] [VPlan] Replace VPRecipeOrVPValue with VP2VP recipe simplification. (PR #76090)
Florian Hahn
llvmlistbot at llvm.org
Mon Jan 29 01:34:21 PST 2024
================
@@ -9027,7 +8994,8 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
// the phi until LoopExitValue. We keep track of the previous item
// (PreviousLink) to tell which of the two operands of a Link will remain
// scalar and which will be reduced. For minmax by select(cmp), Link will be
- // the select instructions.
+ // the select instructions. Blend recipes will get folded to their non-phi
----------------
fhahn wrote:
Done, thanks!
https://github.com/llvm/llvm-project/pull/76090
More information about the Mlir-commits
mailing list