This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/32306] [4.2/4.3 Regression] DOM chooses bad jump threading targets.
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2007 21:57:37 -0000
- Subject: [Bug tree-optimization/32306] [4.2/4.3 Regression] DOM chooses bad jump threading targets.
- References: <bug-32306-14263@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from rguenth at gcc dot gnu dot org 2007-06-12 21:57 -------
The difference is that we iterated jump threading in DOM in 4.1 but do so no
longer. On the mainline each dom and vrp pass figures more jump threading
opportunities - just not enough. With 4.1 the third and last DOM pass doesn't
find any more.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.2/4.3 Regression] Bad |[4.2/4.3 Regression] DOM
|Code generation ( Tree |chooses bad jump threading
|optimization ) |targets.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32306