[Mlir-commits] [mlir] [mlir][linalg] Convert linalg.named to linalg.elementwise op. (PR #148424)
Adam Siemieniuk
llvmlistbot at llvm.org
Mon Jul 14 06:10:24 PDT 2025
adam-smnk wrote:
> Do we make every generalization and categorization step-wise and then users have to "iterate until it gets on the level they want"?
I would avoid having to repeatedly call "abstract 1 level up". It seems annoying to use when you start with mixed abstraction IR.
IMO, a general utility should do best-effort to rewrite all (selected) ops to chosen level.
For anything more specific, users should have to supply their custom controls.
https://github.com/llvm/llvm-project/pull/148424
More information about the Mlir-commits
mailing list