[all-commits] [llvm/llvm-project] 45d203: [MLIR][Printing] ASMPrinter prints escape characte...
Jeff Niu via All-commits
all-commits at lists.llvm.org
Thu Aug 24 22:51:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45d20338281e4fd17a773c067f28f839db0f9b8e
https://github.com/llvm/llvm-project/commit/45d20338281e4fd17a773c067f28f839db0f9b8e
Author: Mogball <jeff at modular.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M mlir/lib/IR/AsmPrinter.cpp
M mlir/test/IR/pretty-resources-print.mlir
Log Message:
-----------
[MLIR][Printing] ASMPrinter prints escape characters in Resources
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.
Reviewed By: Mogball
Differential Revision: https://reviews.llvm.org/D158700
More information about the All-commits
mailing list