<div dir="ltr">Malloc?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 1, 2014 at 7:54 PM, Paul Vario <span dir="ltr"><<a href="mailto:paul.paul.mit@gmail.com" target="_blank">paul.paul.mit@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hi Fellows,<br><br></div>    What's the best way to emit the following code in LLVM APIs:<br>
<br></div>               %Nx = call i32 @get_local_size(i32 0)<br>               %Ny = call i32 @get_local_size(i32 1)<br>
               %Nz = call i32 @get_local_size(i32 2)<br><br></div>               %A = alloca [Nx x [ Ny x [Nz x i32]]], align64<br><br></div>     It basically allocates a 3D dynamic array, where the 3D sizes are unknown at compile time. I am not sure if using alloca is the right direction? Any other alternatives?<br>

<br></div>Best,<br></div>Paul<br><div><div><div><div><div><div><br></div></div></div></div></div></div></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>