[Mlir-commits] [mlir] [mlir][vector] Add Vector-dialect interleave-to-shuffle pattern, enable in VectorToSPIRV (PR #92012)

Jakub Kuderski llvmlistbot at llvm.org
Mon May 13 12:01:46 PDT 2024


================
@@ -14,5 +14,6 @@ add_mlir_conversion_library(MLIRVectorToSPIRV
   MLIRSPIRVDialect
   MLIRSPIRVConversion
   MLIRVectorDialect
+  MLIRVectorTransforms
----------------
kuhar wrote:

Should we also add it to the bazel file?

https://github.com/llvm/llvm-project/pull/92012


More information about the Mlir-commits mailing list