[ARM] MVE big endian loads/stores
[llvm-complete.git] / unittests / Transforms / Vectorize / CMakeLists.txt
blob74fc5ed43f36e53623f6a525deef9006a06c4501
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   Vectorize
5   AsmParser
6   )
8 add_llvm_unittest(VectorizeTests
9   VPlanDominatorTreeTest.cpp
10   VPlanLoopInfoTest.cpp
11   VPlanPredicatorTest.cpp
12   VPlanTest.cpp
13   VPlanHCFGTest.cpp
14   VPlanSlpTest.cpp
15   )