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

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 13:15:47 PDT 2020


oontvoo added a comment.

In D75218#2090895 <https://reviews.llvm.org/D75218#2090895>, @craig.topper wrote:

> 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.


Good point.
Never mind - this is getting more complicated than it's worth. :-)


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