24 lines
397 B
Text
24 lines
397 B
Text
|
add_mlir_conversion_library(MLIRAffineToStandard
|
||
|
AffineToStandard.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/AffineToStandard
|
||
|
|
||
|
DEPENDS
|
||
|
MLIRConversionPassIncGen
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Core
|
||
|
|
||
|
LINK_LIBS PUBLIC
|
||
|
MLIRAffineDialect
|
||
|
MLIRAffineUtils
|
||
|
MLIRArithDialect
|
||
|
MLIRIR
|
||
|
MLIRMemRefDialect
|
||
|
MLIRSCFDialect
|
||
|
MLIRPass
|
||
|
MLIRTransforms
|
||
|
MLIRVectorDialect
|
||
|
)
|