This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/14490] [tree-ssa] Simplify "a - 10 > 150" into "a > 160"
- 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: 30 Jun 2005 19:13:50 -0000
- Subject: [Bug tree-optimization/14490] [tree-ssa] Simplify "a - 10 > 150" into "a > 160"
- References: <20040308204220.14490.kazu@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-30 19:13 -------
Patch posted here: <http://gcc.gnu.org/ml/gcc-patches/2005-06/msg02249.html>. This might
improve code gen in SPEC but since I have not tried, I don't know but I know that Richard Earnshaw was
asking about this.
--
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://gcc.gnu.org/ml/gcc-
| |patches/2005-
| |06/msg02249.html
Keywords| |patch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14490