Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / unittests / Transforms / Utils / CMakeLists.txt
blobd1714a7532d5ff41d2e4824f1e3c08a36990f980
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   AsmParser
4   BitWriter
5   Core
6   Support
7   TransformUtils
8   Passes
9   Vectorize
10   )
12 add_llvm_unittest(UtilsTests
13   ASanStackFrameLayoutTest.cpp
14   BasicBlockUtilsTest.cpp
15   CallPromotionUtilsTest.cpp
16   CloningTest.cpp
17   CodeExtractorTest.cpp
18   CodeLayoutTest.cpp
19   CodeMoverUtilsTest.cpp
20   DebugifyTest.cpp
21   FunctionComparatorTest.cpp
22   IntegerDivisionTest.cpp
23   LocalTest.cpp
24   LoopRotationUtilsTest.cpp
25   LoopUtilsTest.cpp
26   MemTransferLowering.cpp
27   ModuleUtilsTest.cpp
28   ScalarEvolutionExpanderTest.cpp
29   SizeOptsTest.cpp
30   SSAUpdaterBulkTest.cpp
31   UnrollLoopTest.cpp
32   ValueMapperTest.cpp
33   VFABIUtils.cpp
34   ProfDataUtilTest.cpp
35   )
37 set_property(TARGET UtilsTests PROPERTY FOLDER "Tests/UnitTests/TransformsTests")