[LLVMdev] Fwd: Vectorization of pointer PHI nodes

Caldarale, Charles R Chuck.Caldarale at unisys.com
Mon Oct 14 10:11:47 PDT 2013


> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Renato Golin
> Subject: [LLVMdev] Fwd: Vectorization of pointer PHI nodes

> My code looks like this:

>  a = *read;
>  b = *read;
>  c = *read;

Should we presume you intended to have post-increment operators on the references to read?

 - Chuck





More information about the llvm-dev mailing list