[LLVMdev] Passing pointers to pointers to JIT
Zack Rusin
zack at tungstengraphics.com
Mon Oct 8 09:26:13 PDT 2007
On Monday 08 October 2007 09:50:43 am Zack Rusin wrote:
> Hey,
>
> we're trying to pass multidimensional arrays to JIT where one of the helper
> functions should convert them to LLVM vector types. Unfortunately passing a
> multidimensional array seems to crash the JIT and I'm not sure why.
Of course passing the right type actually helps. As Anton pointed out to me on
IRC this is a [4 x float]* and not float**. Sorry about the noise.
Zack
More information about the llvm-dev
mailing list