[llvm-dev] RFC: alloca -- specify address space for allocation

Matt Arsenault via llvm-dev llvm-dev at lists.llvm.org
Wed Aug 26 18:55:36 PDT 2015


On 08/26/2015 06:46 PM, Swaroop Sridhar via llvm-dev wrote:
>
> Currently, the alloca instruction always allocates in the generic 
> address space (0).
>
> This proposal is to extend the semantics of alloca instruction to 
> allow allocation in any specified address space.
>
>
+1.

It would be useful to fully avoid all of the special semantics that 
addrspace(0) implies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150826/145685d2/attachment.html>


More information about the llvm-dev mailing list