Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / unittests / CodeGen / GlobalISel / CMakeLists.txt
blob6ed2409f2ad755c0be2ebeeb84acea3597d56b52
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   CodeGen
4   CodeGenTypes
5   Core
6   FileCheck
7   GlobalISel
8   MC
9   MIRParser
10   Support
11   Target
12   TargetParser
13   )
15 add_llvm_unittest(GlobalISelTests
16   ConstantFoldingTest.cpp
17   CSETest.cpp
18   LegalizerTest.cpp
19   LegalizerHelperTest.cpp
20   LegalizerInfoTest.cpp
21   MachineIRBuilderTest.cpp
22   GISelMITest.cpp
23   PatternMatchTest.cpp
24   KnownBitsTest.cpp
25   KnownBitsVectorTest.cpp
26   GISelUtilsTest.cpp
27   GISelAliasTest.cpp
28   )