Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / lib / MCA / CMakeLists.txt
blob0a8496a4e69b30764416162dafb2373b95d50579
1 add_llvm_component_library(LLVMMCA
2   CodeEmitter.cpp
3   Context.cpp
4   CustomBehaviour.cpp
5   HWEventListener.cpp
6   HardwareUnits/HardwareUnit.cpp
7   HardwareUnits/LSUnit.cpp
8   HardwareUnits/RegisterFile.cpp
9   HardwareUnits/ResourceManager.cpp
10   HardwareUnits/RetireControlUnit.cpp
11   HardwareUnits/Scheduler.cpp
12   IncrementalSourceMgr.cpp
13   InstrBuilder.cpp
14   Instruction.cpp
15   Pipeline.cpp
16   Stages/DispatchStage.cpp
17   Stages/EntryStage.cpp
18   Stages/ExecuteStage.cpp
19   Stages/InOrderIssueStage.cpp
20   Stages/InstructionTables.cpp
21   Stages/MicroOpQueueStage.cpp
22   Stages/RetireStage.cpp
23   Stages/Stage.cpp
24   Support.cpp
25   View.cpp
27   ADDITIONAL_HEADER_DIRS
28   ${LLVM_MAIN_INCLUDE_DIR}/llvm/MCA
30   LINK_COMPONENTS
31   MC
32   Support
33   )