search for: 6e0fc993

Displaying 3 results from an estimated 3 matches for "6e0fc993".

Did you mean: 6e00ce93
2009 Oct 16
2
[LLVMdev] named address spaces
Hello, If my understand is correct, LLVM supports the address_space qualifier; however, how I can add custom address spaces. Where I can declare them? For clang (x86), I saw that address spaces #256 and #257 works well (I see the generated code with the 'gs' and 'fs'), but when I select different ones, I don't see any different. Thanks in advance, -- Juan Carlos
2009 Oct 16
0
[LLVMdev] named address spaces
On Oct 16, 2009, at 1:22 PM, Juan Carlos Martinez Santos wrote: > Hello, > > If my understand is correct, LLVM supports the address_space > qualifier; however, how I can add custom address spaces. Where I can > declare them? For clang (x86), I saw that address spaces #256 and > #257 works well (I see the generated code with the 'gs' and 'fs'), > but
2009 Oct 16
1
[LLVMdev] named address spaces
...re target specific. The 256/257 address spaces on x86 are > implemented in the X86 backend, for example. > > -Chris > > -- Juan Carlos -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091016/6e0fc993/attachment.html>