[mlir][Transforms][NFC] Dialect conversion: Remove "finalize" phase (#116934)
[llvm-project.git] / mlir / lib / Transforms / Utils / CMakeLists.txt
blob72eb34f36cf5f6f448021709c67b394454dd7655
1 add_mlir_library(MLIRTransformUtils
2   CFGToSCF.cpp
3   CommutativityUtils.cpp
4   ControlFlowSinkUtils.cpp
5   DialectConversion.cpp
6   FoldUtils.cpp
7   GreedyPatternRewriteDriver.cpp
8   Inliner.cpp
9   InliningUtils.cpp
10   LoopInvariantCodeMotionUtils.cpp
11   OneToNTypeConversion.cpp
12   RegionUtils.cpp
13   WalkPatternRewriteDriver.cpp
15   ADDITIONAL_HEADER_DIRS
16   ${MLIR_MAIN_INCLUDE_DIR}/mlir/Transforms
18   LINK_LIBS PUBLIC
19   MLIRAnalysis
20   MLIRCallInterfaces
21   MLIRControlFlowInterfaces
22   MLIRFunctionInterfaces
23   MLIRLoopLikeInterface
24   MLIRSideEffectInterfaces
25   MLIRSubsetOpInterface
26   MLIRRewrite
27   )