Displaying 3 results from an estimated 3 matches for "d20179a0".
Did you mean:
d20179
2012 Dec 18
0
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
On Tue, Dec 18, 2012 at 1:13 PM, Eli Bendersky <eliben at google.com> wrote:
> On Tue, Dec 18, 2012 at 1:09 PM, Craig Topper <craig.topper at gmail.com>
> wrote:
> > But its pretty easy to change the tabstop within the editor to make it
> > readable.
> >
>
> True, in this case... The output is not trying to be intelligent in
> the general case, just
2012 Dec 18
2
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
On Tue, Dec 18, 2012 at 1:09 PM, Craig Topper <craig.topper at gmail.com> wrote:
> But its pretty easy to change the tabstop within the editor to make it
> readable.
>
True, in this case... The output is not trying to be intelligent in
the general case, just spitting out tabs. I agree that to replace
this, however, it would be best to look at some smart column-padded
formatting
2012 Dec 18
3
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
...s suffices on the mnemonic itself. Because of these, the backend does not statically know the longest potential string-of-stuff-before-the-tab.
--Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/d20179a0/attachment.html>