[Mlir-commits] [mlir] [MLIR] Add a utility pass to linearize `memref` (PR #136797)

Krzysztof Drewniak llvmlistbot at llvm.org
Wed May 21 13:49:10 PDT 2025


================
@@ -23,6 +24,7 @@ add_mlir_dialect_library(MLIRMemRefTransforms
 
   LINK_LIBS PUBLIC
   MLIRAffineTransforms
+  MLIRAffineDialect
----------------
krzysz00 wrote:

Given not moving computeProduct, I'm not sure you need this either

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


More information about the Mlir-commits mailing list