http://llvm.org/bugs/show_bug.cgi?id=9633
Andrew Trick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Andrew Trick <[email protected]> 2011-04-27 00:43:24 CDT --- Fixed in r130271. Test case in r130294. SCEV assumed that folding an AddRec within it's loop's scope would result in another AddRec. But in some cases it can fold to a constant. -- 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
