search for: tablegeneratable

Displaying 4 results from an estimated 4 matches for "tablegeneratable".

2012 Dec 18
0
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
...s which are printed/parsed as suffices on the mnemonic > itself. Because of these, the backend does not statically know the longest > potential string-of-stuff-before-the-tab. Are you thinking of something beyond the ".F32.I16" suffixes (for example)? If not, the result may not be TableGeneratable, but is probably conservatively known as "8 + natural mnemonic length" for these purposes. Tim. (N.b. I have been looking almost exclusively at the 64-bit architecture for the last year, I could well be massively wrong about the 32-bit world).
2012 Dec 18
2
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
...suffices on the mnemonic > > itself. Because of these, the backend does not statically know the > longest > > potential string-of-stuff-before-the-tab. > > Are you thinking of something beyond the ".F32.I16" suffixes (for > example)? If not, the result may not be TableGeneratable, but is > probably conservatively known as "8 + natural mnemonic length" for > these purposes. > The great thing is, if its close enough, it doesn't matter if there exist corner cases that are formatted less well. -------------- next part -------------- An HTML attachment wa...
2012 Dec 18
3
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
On Dec 18, 2012, at 2:07 PM, Chandler Carruth <chandlerc at google.com> wrote: > 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
2012 Dec 18
0
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
...d as suffices on the mnemonic > > itself. Because of these, the backend does not statically know the longest > > potential string-of-stuff-before-the-tab. > > Are you thinking of something beyond the ".F32.I16" suffixes (for > example)? If not, the result may not be TableGeneratable, but is > probably conservatively known as "8 + natural mnemonic length" for > these purposes. > > The great thing is, if its close enough, it doesn't matter if there exist corner cases that are formatted less well. It affects pretty much all ARM instructions, which can...