This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17116] Missed jump threading/bypassing optimization with loop and % (or ands)
- From: "rakdver at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Aug 2004 10:29:59 -0000
- Subject: [Bug tree-optimization/17116] Missed jump threading/bypassing optimization with loop and % (or ands)
- References: <20040820071233.17116.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rakdver at gcc dot gnu dot org 2004-08-23 10:29 -------
Aaargh... sorry, I am of course wrong, since the loop still has one exit. I
think the "do not thread over loop header" restriction could be lifted in this
case quite easily.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17116