search for: a10c1897

Displaying 2 results from an estimated 2 matches for "a10c1897".

Did you mean: 1031897
2012 Dec 18
0
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
On Dec 18, 2012, at 3:39 PM, Chandler Carruth <chandlerc at google.com> wrote: > On Tue, Dec 18, 2012 at 3:36 PM, Tim Northover <t.p.northover at gmail.com> wrote: > > > Maybe it's naive, but I would expect it to be easy for each backend to > > > expose a constant N which is the length of the longest mnemonic, and then > > > for the printer to pad to
2012 Dec 18
2
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
On Tue, Dec 18, 2012 at 3:36 PM, Tim Northover <t.p.northover at gmail.com>wrote: > > > Maybe it's naive, but I would expect it to be easy for each backend to > > > expose a constant N which is the length of the longest mnemonic, and > then > > > for the printer to pad to N+1 or N+2…. > > > > That would probably work for X86, but other targets