It served us well, helped kick-start much of the vectorization efforts in LLVM, etc. Its time has come and past. Back in 2014: http://lists.llvm.org/pipermail/llvm-dev/2014-November/079091.html Time to actually let go and move forward. =] I've updated the release notes both about the removal and the deprecation of the corresponding C API. llvm-svn: 306797
13 lines
214 B
CMake
13 lines
214 B
CMake
add_llvm_library(LLVMVectorize
|
|
LoadStoreVectorizer.cpp
|
|
LoopVectorize.cpp
|
|
SLPVectorizer.cpp
|
|
Vectorize.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|