[llvm] r221501 - LoopVectorize: Don't assume pointees are sized
Arnold Schwaighofer
aschwaighofer at apple.com
Thu Nov 6 16:52:54 PST 2014
Thanks!
> On Nov 6, 2014, at 4:31 PM, David Majnemer <david.majnemer at gmail.com> wrote:
>
> Author: majnemer
> Date: Thu Nov 6 18:31:14 2014
> New Revision: 221501
>
> URL: http://llvm.org/viewvc/llvm-project?rev=221501&view=rev
> Log:
> LoopVectorize: Don't assume pointees are sized
>
> A pointer's pointee might not be sized: the pointee could be a function.
>
> Report this as IK_NoInduction when calculating isInductionVariable.
>
> This fixes PR21508.
More information about the llvm-commits
mailing list