[Mlir-commits] [mlir] [mlir][test] Add comments in a test (nfc) (PR #99810)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Sun Jul 21 09:44:10 PDT 2024
banach-space wrote:
> This makes me wonder if we could almost do something automated (with debugging enabled the patterns are reported, per function getting the patterns that applied as post processing should be doable)
Funnily enough, it's the `-debug` dump that I got the pattern names from. But I'd need some quality time with the pattern rewriter driver (or pointers from sb) to implement a dedicated options for this (e.g. `-debug-list-successeful-patterns`). Thanks for +1!
https://github.com/llvm/llvm-project/pull/99810
More information about the Mlir-commits
mailing list