mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 18:26:33 +00:00

This patch fixes: mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp:331:8: error: unused variable 'srcVecTy' [-Werror,-Wunused-variable] mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp:332:8: error: unused variable 'destVecTy' [-Werror,-Wunused-variable]
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.