[all-commits] [llvm/llvm-project] e2c43a: [VPlan] Add vp_depth_first_deep (NFC)
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jan 19 12:34:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2c43a547b311725067e7b56ae935e940e6fc1c3
https://github.com/llvm/llvm-project/commit/e2c43a547b311725067e7b56ae935e940e6fc1c3
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlanCFG.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Add vp_depth_first_deep (NFC)
Similar to vp_depth_first_shallow (D140512) add vp_depth_first_deep to
make existing code clearer and more compact.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D142055
More information about the All-commits
mailing list