blob: 2f7506c58c8208294e02eaf743682c73af81f61c [file] [log] [blame]
add_mlir_dialect_library(MLIRSCF
SCF.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/LoopOps
DEPENDS
MLIRSCFOpsIncGen
LINK_LIBS PUBLIC
MLIRArithmetic
MLIRBufferization
MLIRIR
MLIRLoopLikeInterface
MLIRMemRef
MLIRSideEffectInterfaces
MLIRStandard
)
add_subdirectory(Transforms)