[LLVMdev] array?

Vikram Adve vadve at cs.uiuc.edu
Sat Sep 28 14:49:01 PDT 2002


Please send such questions (specific to the MP) to me and not to llvmdev.

You should not transform the array into scalars.  Just make an alloca for
the array and don't try to transform that. 

--Vikram
http://www.cs.uiuc.edu/~vadve


> From: Jianzhong Liu <jliu7 at uiuc.edu>
> Subject: [LLVMdev] array?
> Sender: llvmdev-admin at cs.uiuc.edu
> Date: Sat, 28 Sep 2002 14:21:07 -0500
> 
> How should we deal with arrays in a structure? should we transform each
> element of this array to a scalar? Should we consider that the elements
> of the array are also structure? Thanks!
> 
> Jianzhong
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
> 





More information about the llvm-dev mailing list