[Mlir-commits] [mlir] [mlir][linalg] Add linalg.transpose constant folding (PR #92589)

Ryan Holt llvmlistbot at llvm.org
Wed May 22 14:49:51 PDT 2024


ryan-holt-1 wrote:

Thanks for the heads up. We have not run into compilation time problems with these yet but we will keep that in mind.

I moved these tests out of `fusion-elementwise-ops.mlir`. However, `linalg-fuse-elementwise-ops` is currently the only pass which uses this pattern. Perhaps this constant folding pattern should be removed from there as well and placed into a separate `linalg-constant-fold` pass?

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


More information about the Mlir-commits mailing list