Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / lib / Transforms / HipStdPar / CMakeLists.txt
blobbd397f44c34ff652ffe859ed0e6f2bb3d1a81db7
1 add_llvm_component_library(LLVMHipStdPar
2   HipStdPar.cpp
4   ADDITIONAL_HEADER_DIRS
5   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/HipStdPar
7   DEPENDS
8   intrinsics_gen
9   LLVMAnalysis
11   COMPONENT_NAME
12   HipStdPar
14   LINK_COMPONENTS
15   Analysis
16   Core
17   Support
18   TransformUtils)