This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/14796] [tree-ssa] combine two shifts into one
- 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:51:10 -0000
- Subject: [Bug tree-optimization/14796] [tree-ssa] combine two shifts into one
- References: <20040331095139.14796.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:51 -------
Fold does optimize (a >> 1)>>1 once that is optimized the patch which fixes PR 15459
will fix this one also.
--
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|3.5.0 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14796