summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Vectorize/CMakeLists.txt
blob: 06eaadf58c3fce1f6b9c3531335d23d6ff06d370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
add_llvm_library(LLVMVectorize
  LoadStoreVectorizer.cpp
  LoopVectorizationLegality.cpp
  LoopVectorize.cpp
  SLPVectorizer.cpp
  Vectorize.cpp
  VPlan.cpp
  VPlanHCFGBuilder.cpp
  VPlanHCFGTransforms.cpp
  VPlanSLP.cpp
  VPlanVerifier.cpp

  ADDITIONAL_HEADER_DIRS
  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms

  DEPENDS
  intrinsics_gen
  )
OpenPOWER on IntegriCloud