[LLVMdev] speculative parallelization in LLVM
Renato Golin
rengolin at systemcall.org
Tue Jul 19 02:39:02 PDT 2011
On 19 July 2011 10:12, Jimborean Alexandra <xinfinity_a at yahoo.com> wrote:
> %curr_array = alloca [10 x %struct.linked], align 8
>
> while..
> %tmp16 = getelementptr inbounds [10 x %struct.linked]* %curr_array, i32 0,
> i32 1
Hi Alexandra,
Can you guarantee that the linked list will be allocated in contiguous memory?
cheers,
--renato
More information about the llvm-dev
mailing list