[PATCH] D75218: Make asm printer use custom separator instead of hard-coded tabs.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 15:24:13 PDT 2020


craig.topper added a comment.

The vast majority of the separators come from the assembly strings in the various *InstrInfo.td files. And from the "O << "\t" that exists in the *GenAsmWriter.inc generated by tablegen. This patch doesn't do anything to address those.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75218/new/

https://reviews.llvm.org/D75218





More information about the llvm-commits mailing list