blob: 4db9ea1430e95b315fda475db760207acddc7e6b [file] [log] [blame]
add_mlir_dialect_library(MLIRShapeOpsTransforms
Bufferize.cpp
RemoveShapeConstraints.cpp
ShapeToShapeLowering.cpp
StructuralTypeConversions.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/ShapeOps/Transforms
DEPENDS
MLIRShapeTransformsIncGen
)
target_link_libraries(MLIRShapeOpsTransforms
PUBLIC
MLIRArithmetic
MLIRIR
MLIRMemRef
MLIRPass
MLIRShape
MLIRSupport
MLIRTransforms
)