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: 17 May 2004 01:46:29 -0000
- Subject: [Bug tree-optimization/14490] [tree-ssa] Simplify "a - 10 > 150" into "a > 160"
- References: <20040308204220.14490.kazu@cs.umass.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-17 01:46 -------
Fold is not doing this optimization. PR 15459 is not really needed for this but it still will
be needed for other cases where a variable is used instead of the expression a-10.
--
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|3.5.0 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14490