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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon May 20 13:43:07 PDT 2024


https://github.com/MaheshRavishankar approved this pull request.

Change itself looks fine, but fair warning, these blow up compilation time to be completely unreasonable, and is probably not the best way to handle constant folding. FWIW, IREE dropped the use of such patterns.

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


More information about the Mlir-commits mailing list