blob: a6c5bd4d4408b03ef532373a0227096c25ad7985 [file]
set(LIBS
MLIRArithmetic
MLIRControlFlow
MLIRDialect
MLIRLinalg
MLIRMemRef
MLIROptLib
MLIRSCF
MLIRSCFTransforms
MLIRStandard
MLIRTensor
MLIRTransforms
IREEInputDialect
IREELinalgExtDialect
IREELinalgExtPasses
IREEPyDMDialect
IREEPyDMPasses
)
add_llvm_tool(iree-dialects-opt
iree-dialects-opt.cpp
DEPENDS
${LIBS}
)
target_link_libraries(iree-dialects-opt PRIVATE ${LIBS})