[Bug target/88271] Omit test instruction after add

bugzilla@poradnik-webmastera.com gcc-bugzilla@gcc.gnu.org
Fri Dec 7 16:11:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88271

--- Comment #9 from Daniel Fruzynski <bugzilla@poradnik-webmastera.com> ---
I have idea about alternate approach to this. gcc could try to look for
relations between loop control statement, and other statements which modify
variables used in that control statement. With such knowledge it could try to
reorganize code to better optimize it. This approach would eliminate randomness
here.


More information about the Gcc-bugs mailing list