Displaying 3 results from an estimated 3 matches for "e0712e29".
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
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-dependent asm directives depending on the
address space of constant
2012 May 08
4
[LLVMdev] Address space information dropped
...f an unimplemented hook in
MCAsmInfo.
Ivan
>
> -Eli
-------------- next part --------------
A non-text attachment was scrubbed...
Name: addrspace-asmprinter.patch
Type: text/x-patch
Size: 2018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120508/e0712e29/attachment.bin>