repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[X86] Split rr/rm CVT schedules on SNB/HSW/BDW (#117494)
[llvm-project.git]
/
llvm
/
unittests
/
SandboxIR
/
CMakeLists.txt
blob
b20ef829ed0c95339d6b0ebb646c30e7a52f0202
1
set(LLVM_LINK_COMPONENTS
2
AsmParser
3
SandboxIR
4
Core
5
Analysis
6
)
7
8
add_llvm_unittest(SandboxIRTests
9
IntrinsicInstTest.cpp
10
PassTest.cpp
11
RegionTest.cpp
12
OperatorTest.cpp
13
SandboxIRTest.cpp
14
TrackerTest.cpp
15
TypesTest.cpp
16
UtilsTest.cpp
17
)