[Mlir-commits] [llvm] [mlir] [mlir][vector] Add Vector-dialect interleave-to-shuffle pattern, enable in VectorToSPIRV (PR #92012)
Benoit Jacob
llvmlistbot at llvm.org
Mon May 13 12:32:43 PDT 2024
================
@@ -14,5 +14,6 @@ add_mlir_conversion_library(MLIRVectorToSPIRV
MLIRSPIRVDialect
MLIRSPIRVConversion
MLIRVectorDialect
+ MLIRVectorTransforms
----------------
bjacob wrote:
Good catch! Should be fixed by the new commit here.
https://github.com/llvm/llvm-project/pull/92012
More information about the Mlir-commits
mailing list