[Mlir-commits] [mlir] Flag to guard MoveInitOperandsToInput in LinalgFoldUnitExtendDimsPass (PR #157941)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Sep 10 18:01:18 PDT 2025


MaheshRavishankar wrote:

I'll take a look in more detail soon, but general advise is don't use passes as is. From my perspective passes in MLIR are mostly for testing, especially this pass. Better to write your own pass using the patterns you want.

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


More information about the Mlir-commits mailing list