[LLVMdev] Enabling vectorization with LLVM 3.3 for a DSL emitting LLVM IR
Stéphane Letz
letz at grame.fr
Fri Jul 5 08:50:00 PDT 2013
Le 5 juil. 2013 à 17:48, Arnold Schwaighofer <aschwaighofer at apple.com> a écrit :
>
> 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.
OK
>
>>
>> 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.
>
It this documented somewhere?
Thanks.
Stéphane
More information about the llvm-dev
mailing list