mirror of
https://github.com/RPCS3/llvm.git
synced 2026-08-27 02:51:23 -04:00
8b86030deb
This was contributed by Apple, and I've been working on minimal cleanups and generalizing it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274293 91177308-0d34-0410-b5e6-96231b3b80d8
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)
|