This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Printing] ASMPrinter prints escape characters in Resources
ClosedPublic

Authored by AndrewZhaoLuo on Aug 23 2023, 9:41 PM.

Details

Summary

In https://reviews.llvm.org/D157928 ellison of printing resources was added.
In the refactor, the proper printing of escape characters was mistakenly removed.
This patch adds it back in and adds a small unit test.

Diff Detail