[all-commits] [llvm/llvm-project] e60b36: [VPlan] Rename VPlanHCFGTransforms to VPlanTransfo...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Dec 7 00:57:24 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e60b36cf92e1570284482eddb2eac3652e28c2eb
https://github.com/llvm/llvm-project/commit/e60b36cf92e1570284482eddb2eac3652e28c2eb
Author: Florian Hahn <flo at fhahn.com>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M llvm/lib/Transforms/Vectorize/CMakeLists.txt
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
R llvm/lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp
R llvm/lib/Transforms/Vectorize/VPlanHCFGTransforms.h
A llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
A llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
M llvm/unittests/Transforms/Vectorize/VPlanSlpTest.cpp
Log Message:
-----------
[VPlan] Rename VPlanHCFGTransforms to VPlanTransforms (NFC).
The file is intended to gather various VPlan transformations, not only
CFG related transforms. Actually, the only transformation there is not
CFG related.
Reviewers: Ayal, gilr, hsaito, rengolin
Reviewed By: gilr
Differential Revision: https://reviews.llvm.org/D70732
More information about the All-commits
mailing list