[PATCH] D75919: Teach the MLIR AsmPrinter to correctly escape asm names that use invalid characters.
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 10:19:39 PDT 2020
rriddle added a comment.
What is the benefit of doing this vs. just rejecting/ignoring the name? Do we really need to support/handle this weirdness?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75919/new/
https://reviews.llvm.org/D75919
More information about the llvm-commits
mailing list