repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] MVE big endian loads/stores
[llvm-complete.git]
/
unittests
/
Transforms
/
Vectorize
/
CMakeLists.txt
blob
74fc5ed43f36e53623f6a525deef9006a06c4501
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
Core
4
Vectorize
5
AsmParser
6
)
7
8
add_llvm_unittest(VectorizeTests
9
VPlanDominatorTreeTest.cpp
10
VPlanLoopInfoTest.cpp
11
VPlanPredicatorTest.cpp
12
VPlanTest.cpp
13
VPlanHCFGTest.cpp
14
VPlanSlpTest.cpp
15
)