http://llvm.org/bugs/show_bug.cgi?id=11375
Andrew Trick <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED AssignedTo|unassignedclangbugs@nondot. |[email protected] |org | --- Comment #5 from Andrew Trick <[email protected]> 2011-11-17 22:25:42 CST --- For loops with multiple exits, if one of the loop tests is "icmp ne", and the loop counter jumps by > 1, and the loop exits via another loop test, then the exit value could be replaced with the wrong constant. Fixed in r144746. -- 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
