[LLVMdev] regarding opt -indvars

Michael Ilseman michael at lunarg.com
Wed Jul 25 09:16:38 PDT 2012


This may not solve your problem, but I've found that (e.g. for
unrolling) the loop rotate pass often needs to be run.

On Tue, Jul 24, 2012 at 7:20 PM, Edvard Ghazaryan <edvard_gh at yahoo.com> wrote:
>
> Hello .
>
>
> opt -indvars pass does not generate canonical induction variable.
>
> (NULL == loop->getCanonicalInductionVariable();)
>
> PLEASE explain why? and how can I fix it?
>
> Thanks in advance,
> Edvard
>
>
>
>
>
>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



More information about the llvm-dev mailing list