[VPlan] Rename VPlanHCFGTransforms to VPlanTransforms (NFC).
authorFlorian Hahn <flo@fhahn.com>
Sat, 7 Dec 2019 08:52:36 +0000 (08:52 +0000)
committerFlorian Hahn <flo@fhahn.com>
Sat, 7 Dec 2019 08:56:35 +0000 (08:56 +0000)
commite60b36cf92e1570284482eddb2eac3652e28c2eb
tree22ea32b378b8bcb8bab7ad0d96a9bfc3b627a6fc
parent884351547da27e76e14bef5fe20c3e3cb0e89acd
[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
llvm/lib/Transforms/Vectorize/CMakeLists.txt
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/VPlan.h
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp [moved from llvm/lib/Transforms/Vectorize/VPlanHCFGTransforms.cpp with 95% similarity]
llvm/lib/Transforms/Vectorize/VPlanTransforms.h [moved from llvm/lib/Transforms/Vectorize/VPlanHCFGTransforms.h with 76% similarity]
llvm/lib/Transforms/Vectorize/VPlanValue.h
llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
llvm/unittests/Transforms/Vectorize/VPlanSlpTest.cpp