[Mlir-commits] [llvm] [mlir] [mlir][spirv] Implement vector type legalization for function signatures (PR #98337)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Jul 16 21:03:20 PDT 2024
================
@@ -7205,10 +7205,15 @@ cc_library(
hdrs = ["include/mlir/Dialect/SPIRV/Transforms/SPIRVConversion.h"],
includes = ["include"],
deps = [
+ ":ArithDialect",
+ ":DialectUtils",
":FuncDialect",
":IR",
":SPIRVDialect",
+ ":Support",
":TransformUtils",
+ ":VectorDialect",
+ ":VectorTransforms",
----------------
kuhar wrote:
Please update the cmake dependencies in the same way
https://github.com/llvm/llvm-project/pull/98337
More information about the Mlir-commits
mailing list