• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Analysis
3  Core
4  Vectorize
5  AsmParser
6  )
7
8add_llvm_unittest(VectorizeTests
9  VPlanDominatorTreeTest.cpp
10  VPlanLoopInfoTest.cpp
11  VPlanPredicatorTest.cpp
12  VPlanTest.cpp
13  VPlanHCFGTest.cpp
14  VPlanSlpTest.cpp
15  )
16