[LLVMdev] Little bug in LoopInfo after Rotate?

Julio julio.martin.hidalgo at gmail.com
Sat Jul 12 23:54:35 PDT 2008


Ok, thanks, it solved my problem.

2008/7/13 Eli Friedman <eli.friedman at gmail.com>:

> On Sat, Jul 12, 2008 at 3:45 PM, Julio <julio.martin.hidalgo at gmail.com>
> wrote:
> > I would need to operate in the two loops in rotated form. It can be
> > considered a bug or I have to introduce manually the header (or modify
> > myself the ConsiderForLoop to my particular problem)?
>
> Try adding
> "AU.addRequiredID(LoopSimplifyID);AU.addPreservedID(LoopSimplifyID);"
> to your transformation pass.
>
> -Eli
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080713/d68b763f/attachment.html>


More information about the llvm-dev mailing list