This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/15255] [tree-ssa] a * 2 + a * 2 is not converted to a * 4
- 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: 21 Jun 2004 05:13:27 -0000
- Subject: [Bug tree-optimization/15255] [tree-ssa] a * 2 + a * 2 is not converted to a * 4
- References: <20040503071358.15255.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-06-21 05:13 -------
I will submit my patch tree combine patch tonight which fixes the second case but not the first as the
first is a problem in fold.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15255