Stephan Herhut 4348d8ab7f [mlir][math] Split off the math dialect.
This does not split transformations, yet. Those will be done as future clean ups.

Differential Revision: https://reviews.llvm.org/D96272
2021-02-12 10:55:12 +01:00

22 lines
402 B
CMake

add_mlir_dialect_library(MLIRStandardOpsTransforms
Bufferize.cpp
DecomposeCallGraphTypes.cpp
ExpandOps.cpp
FuncBufferize.cpp
FuncConversions.cpp
TensorConstantBufferize.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/StandardOps/Transforms
DEPENDS
MLIRStandardTransformsIncGen
LINK_LIBS PUBLIC
MLIRIR
MLIRPass
MLIRSCF
MLIRStandard
MLIRTransforms
)