search for: targetasmprinter

Displaying 5 results from an estimated 5 matches for "targetasmprinter".

2012 May 07
4
[LLVMdev] Address space information dropped
Hi all, Tuning my TargetAsmPrinter implementation in the back-end side, I discovered that the address space number is not passed down while emitting global variables with constant initializers. The information is dropped at AsmPrinter::EmitGlobalConstant() function call which defaults it to zero. I would like to emit target-dep...
2012 May 08
4
[LLVMdev] Address space information dropped
Hi Eli, On 07/05/2012 18:15, Eli Friedman wrote: > On Mon, May 7, 2012 at 5:15 AM, Ivan Llopard<ivanllopard at gmail.com> wrote: >> Hi all, >> >> Tuning my TargetAsmPrinter implementation in the back-end side, I >> discovered that the address space number is not passed down while >> emitting global variables with constant initializers. The information is >> dropped at AsmPrinter::EmitGlobalConstant() function call which defaults >> it to zero....
2012 May 07
0
[LLVMdev] Address space information dropped
On Mon, May 7, 2012 at 5:15 AM, Ivan Llopard <ivanllopard at gmail.com> wrote: > Hi all, > > Tuning my TargetAsmPrinter implementation in the back-end side, I > discovered that the address space number is not passed down while > emitting global variables with constant initializers. The information is > dropped at AsmPrinter::EmitGlobalConstant() function call which defaults > it to zero. This sounds lik...
2012 May 08
0
[LLVMdev] Address space information dropped
...Llopard <ivanllopard at gmail.com> wrote: > Hi Eli, > > > On 07/05/2012 18:15, Eli Friedman wrote: >> >> On Mon, May 7, 2012 at 5:15 AM, Ivan Llopard<ivanllopard at gmail.com> >>  wrote: >>> >>> Hi all, >>> >>> Tuning my TargetAsmPrinter implementation in the back-end side, I >>> discovered that the address space number is not passed down while >>> emitting global variables with constant initializers. The information is >>> dropped at AsmPrinter::EmitGlobalConstant() function call which defaults >>&...
2012 May 09
1
[LLVMdev] Address space information dropped
...nllopard at gmail.com> wrote: >> Hi Eli, >> >> >> On 07/05/2012 18:15, Eli Friedman wrote: >>> On Mon, May 7, 2012 at 5:15 AM, Ivan Llopard<ivanllopard at gmail.com> >>> wrote: >>>> Hi all, >>>> >>>> Tuning my TargetAsmPrinter implementation in the back-end side, I >>>> discovered that the address space number is not passed down while >>>> emitting global variables with constant initializers. The information is >>>> dropped at AsmPrinter::EmitGlobalConstant() function call which defaul...