[LLVMdev] Getting rid of tabs in LLVM's assembly output?

Tim Northover t.p.northover at gmail.com
Tue Dec 18 15:54:51 PST 2012


> It affects pretty much all ARM instructions, which can have a predicate

That suggests to me that a Target callback may be the way to go rather than
relying on TableGen getting the right answer. Realistically '\t' doesn't
get it right every time at the moment. Even ignoring long instructions
(which exist), InstAliases only work with a single space.

Make it a well-documented pure-virtual method in the appropriate class and
implementors will be even more more likely to see it.

Tim.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/a10c1897/attachment.html>


More information about the llvm-dev mailing list