This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/14442] [tree-ssa] missed sib if conversion optimization on the tree level
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Sep 2004 02:40:27 -0000
- Subject: [Bug tree-optimization/14442] [tree-ssa] missed sib if conversion optimization on the tree level
- References: <20040305063050.14442.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-29 02:40 -------
Basically PR 17671 is the PR for the new PHI-OPT and PR 15618 is for fold a!=0 to a when a is of the
boolean_type. Also note the C++ front-end for the code in comment 3 (when the int is changed to
bool) is already fixed by the new PHI-OPT.
--
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |15618, 17671
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14442