This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/15255] [tree-ssa] a * 2 + a * 2 is not converted to a * 4


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-24 15:57 -------
The first one is because fold converted it to be (a + a) * 2 but fold should be doing this conversion.  PR 
15459 fixes the other problem in the PR, I will submitting a new patch today with more comments and 
more like the RTL combiner. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15255


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]