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
20 lines
370 B
CMake
20 lines
370 B
CMake
add_llvm_component_library(LLVMVectorize
|
|
LoadStoreVectorizer.cpp
|
|
LoopVectorizationLegality.cpp
|
|
LoopVectorize.cpp
|
|
SLPVectorizer.cpp
|
|
Vectorize.cpp
|
|
VPlan.cpp
|
|
VPlanHCFGBuilder.cpp
|
|
VPlanPredicator.cpp
|
|
VPlanSLP.cpp
|
|
VPlanTransforms.cpp
|
|
VPlanVerifier.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|