This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/49946] Thread jumps confuse loop unrolling


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49946

--- Comment #2 from Igor Zamyatin <izamyatin at gmail dot com> 2011-08-08 11:35:32 UTC ---
cunrolli does not handle the loop in the testcase because of the condition "ul
== UL_NO_GROWTH && unr_insns > ninsns" in try_unroll_loop_completely. Meanwhile
may_increase_size is true in tree_unroll_loops_completely.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]