[LLVMdev] Enabling vectorization with LLVM 3.3 for a DSL emitting LLVM IR

Arnold Schwaighofer aschwaighofer at apple.com
Fri Jul 5 08:48:07 PDT 2013


On Jul 5, 2013, at 10:43 AM, Stéphane Letz <letz at grame.fr> wrote
> 
> 1) "entry" block is the first block of the function right?

Yes.

> 
> 2) do you mean *all* "alloca" in a function always have to be in the fist entry block?

If you want them converted into ssa variables early on, yes.





More information about the llvm-dev mailing list