This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/18178] Missed opportunity for removing bounds checking
- From: "dnovillo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Feb 2005 21:44:57 -0000
- Subject: [Bug tree-optimization/18178] Missed opportunity for removing bounds checking
- References: <20041027140944.18178.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dnovillo at gcc dot gnu dot org 2005-02-18 21:44 -------
Fix. http://gcc.gnu.org/ml/gcc-patches/2005-02/msg01074.html.
The patch allows VRP to eliminate 42% more conditionals on cc1-i-files and 173%
more conditionals on DLV. But produces little difference in MICO and TRAMP3D.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18178