[llvm-dev] alloca function in llvm

Samaneh Berenjian via llvm-dev llvm-dev at lists.llvm.org
Tue Aug 29 09:30:44 PDT 2017


​Hi all,

I know that we use alloca method in llvm (llvmlite) to statically allocate a stack slot for size values of type
typ. However, if I want to deallocate and free the memory from the allocated stack, there is no free method. Does any one know how can I simply deallocate the allocated stack in llvm or llvmlite?


Thank you in advance

-- 
This email was Anti Virus checked by  Security Gateway.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170829/d7c73879/attachment.html>


More information about the llvm-dev mailing list