[all-commits] [llvm/llvm-project] 6dda74: [VPlan] Use createSelect in adjustRecipesForReduct...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jan 3 12:54:37 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6dda74cc51dd33e266101bccd3647658e5ab3c35
https://github.com/llvm/llvm-project/commit/6dda74cc51dd33e266101bccd3647658e5ab3c35
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-01-03 (Wed, 03 Jan 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[VPlan] Use createSelect in adjustRecipesForReductions (NFCI).
Simplify the code and rename Result->NewExitingVPV as suggested by
@ayalz in https://github.com/llvm/llvm-project/pull/70253.
More information about the All-commits
mailing list