blob: 1a4e369fb4d3dff862aebe170977b885b74f8450 [file] [log] [blame]
add_mlir_conversion_library(MLIRSCFToStandard
SCFToStandard.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/SCFToStandard
DEPENDS
MLIRConversionPassIncGen
LINK_COMPONENTS
Core
LINK_LIBS PUBLIC
MLIRArithmetic
MLIRSCF
MLIRTransforms
)