| 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}) |