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
[llvm-exegesis][NFC] Return many CodeTemplates instead of one.
[llvm-complete.git]
/
unittests
/
Transforms
/
Vectorize
/
CMakeLists.txt
blob
5a9142d17b1e50f28ee9534290ea93a1f023f42b
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
VPlanTest.cpp
12
VPlanHCFGTest.cpp
13
)