[all-commits] [llvm/llvm-project] eca14a: [VPlan] Consolidate replicate region optimizations...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Mar 16 10:07:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eca14a810e592be7b6e8d95a77263f5131b338f2
https://github.com/llvm/llvm-project/commit/eca14a810e592be7b6e8d95a77263f5131b338f2
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-03-16 (Thu, 16 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
Log Message:
-----------
[VPlan] Consolidate replicate region optimizations (NFC).
As suggested in D143865, consolidate replicate region creation and
optimization in a single helper that's exposed and used by LV.
More information about the All-commits
mailing list