blob: 0dccea93b234b91c474cc08c7232fc8edb7779d0 [file]
add_mlir_conversion_library(MLIRVectorToLoops
ConvertVectorToLoops.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/VectorToLoops
)
set(LIBS
MLIREDSC
MLIRLLVMIR
MLIRTransforms
LLVMCore
LLVMSupport
)
add_dependencies(MLIRVectorToLoops ${LIBS})
target_link_libraries(MLIRVectorToLoops ${LIBS})