[Mlir-commits] [mlir] [mlir] expose -debug-only equivalent to C and Python (PR #93175)

Maksim Levental llvmlistbot at llvm.org
Fri May 24 10:17:05 PDT 2024


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

LGTM. Only thing I'll say is is I have long wondered why this is hidden (i.e., `_` in the `_GlobalDebug`) and now maybe since it's growing functionality we can expose it. The value is some editors/IDEs will tab complete it for people (or just display it in the list of all attributes when you `.` the module) and so that I'll help with "discoverability".

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


More information about the Mlir-commits mailing list