You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can further optimize IR printing by using AsmState.
The text was updated successfully, but these errors were encountered:
nsmithtt
changed the title
Use [AsmState](https://mlir.llvm.org/doxygen/classmlir_1_1AsmState.html) for printing debug string IR
Use AsmState for printing debug string IR
Feb 10, 2025
Yeah, @nsmithtt this is fantastic, debug printing is a non-issue even for the very large input. Turns out that verification is also a non-issue in this case since it's done only once at the top level. diff also confirms there is no difference in the output with AsmState and without it.
As follow on to the excellent find as part of this PR:
We can further optimize IR printing by using AsmState.
The text was updated successfully, but these errors were encountered: