This was contributed by Apple, and I've been working on minimal cleanups and generalizing it. llvm-svn: 274293
13 lines
252 B
CMake
13 lines
252 B
CMake
add_llvm_library(LLVMVectorize
|
|
BBVectorize.cpp
|
|
LoadStoreVectorizer.cpp
|
|
LoopVectorize.cpp
|
|
SLPVectorizer.cpp
|
|
Vectorize.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
|
)
|
|
|
|
add_dependencies(LLVMVectorize intrinsics_gen)
|