[all-commits] [llvm/llvm-project] 89ecd8: Teach the MLIR AsmPrinter to correctly escape asm ...
Chris Lattner via All-commits
all-commits at lists.llvm.org
Thu Mar 12 22:36:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 89ecd8c149e482cca814d56113e141457fa90677
https://github.com/llvm/llvm-project/commit/89ecd8c149e482cca814d56113e141457fa90677
Author: Chris Lattner <chrisl at clattner-0291.local>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M mlir/lib/IR/AsmPrinter.cpp
M mlir/test/IR/pretty-region-args.mlir
Log Message:
-----------
Teach the MLIR AsmPrinter to correctly escape asm names that use invalid characters.
Reviewers: rriddle!
Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75919
Commit: e0a93cea56ebfb98c4f3f4b073e6e382868fc34b
https://github.com/llvm/llvm-project/commit/e0a93cea56ebfb98c4f3f4b073e6e382868fc34b
Author: Chris Lattner <chrisl at clattner-0291.local>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M mlir/lib/IR/AsmPrinter.cpp
Log Message:
-----------
incorporate feedback from River.
Compare: https://github.com/llvm/llvm-project/compare/1c9c23d60ea7...e0a93cea56eb
More information about the All-commits
mailing list