http://llvm.org/bugs/show_bug.cgi?id=8593
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Chris Lattner <[email protected]> 2011-05-22 01:06:18 CDT --- This is as expected. Loop rotation is required to put the loops into canonical form. Passes are not expected to work on any possible input, they have a desired place in the pass pipeline. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
