[llvm] [mlir] [mlir][vector] Add Vector-dialect interleave-to-shuffle pattern, enable in VectorToSPIRV (PR #92012)
Benoit Jacob via llvm-commits
llvm-commits at lists.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 llvm-commits
mailing list