[Mlir-commits] [mlir] [mlir] Enable decoupling two kinds of greedy behavior. (PR #104649)
Matthias Springer
llvmlistbot at llvm.org
Fri Aug 23 15:13:21 PDT 2024
https://github.com/matthias-springer approved this pull request.
I think it's a good idea to make the driver more customizable, esp. if it can help with performance. By specifying patterns, users have control over which ops will be processed. But it is currently not possible to control which ops will be visited for folding purposes, so all ops are visited.
https://github.com/llvm/llvm-project/pull/104649
More information about the Mlir-commits
mailing list