[LLVMdev] Little bug in LoopInfo after Rotate?
Eli Friedman
eli.friedman at gmail.com
Sat Jul 12 16:33:54 PDT 2008
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
More information about the llvm-dev
mailing list