[all-commits] [llvm/llvm-project] cd16a3: [VPlan] Move GraphTraits definitions to separate h...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Dec 31 07:30:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd16a3f04c07fbe9e49275319816b5a8cac60442
https://github.com/llvm/llvm-project/commit/cd16a3f04c07fbe9e49275319816b5a8cac60442
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-12-31 (Sat, 31 Dec 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
A llvm/lib/Transforms/Vectorize/VPlanCFG.h
M llvm/lib/Transforms/Vectorize/VPlanDominatorTree.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] Move GraphTraits definitions to separate header (NFC).
This reduces the size of VPlan.h and avoids future growth of the file
when the graph traits are extended in future patches.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D140500
More information about the All-commits
mailing list