[Bug tree-optimization/18589] could optimize FP multiplies better

2012-01-13 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18589 William J. Schmidt wschmidt at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug tree-optimization/18589] could optimize FP multiplies better

2012-01-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18589 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC||rguenth at

[Bug tree-optimization/18589] could optimize FP multiplies better

2012-01-09 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18589 --- Comment #7 from William J. Schmidt wschmidt at gcc dot gnu.org 2012-01-09 13:06:34 UTC --- Sure, I'll at least have a look at it when I get some time. -- Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email --- You are

[Bug tree-optimization/18589] could optimize FP multiplies better

2012-01-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18589 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed|2005-12-21 03:49:53 |2012-01-04 ---

[Bug tree-optimization/18589] could optimize FP multiplies better

2006-03-05 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-05 17:43 --- In 4.2.0 and above we get: baz: .LFB2: mulsd %xmm1, %xmm0 mulsd %xmm0, %xmm0 mulsd %xmm0, %xmm0 ret Which is what I recommend but we don't get that on the tree level: return

[Bug tree-optimization/18589] could optimize FP multiplies better

2005-12-20 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Last reconfirmed|2005-09-20 18:42:10 |2005-12-21 03:49:53 date||

[Bug tree-optimization/18589] could optimize FP multiplies better

2005-12-12 Thread pinskia at gcc dot gnu dot org
-- Bug 18589 depends on bug 22312, which changed state. Bug 22312 Summary: reassoc does not handle (i+j)+(k+l) well http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22312 What|Old Value |New Value

[Bug tree-optimization/18589] could optimize FP multiplies better

2005-07-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-05 19:37 --- I think PR 22312 mentions what the current problem with reassoc is (well once I submit the patch to introduce reassociation for fp). -- What|Removed |Added

[Bug tree-optimization/18589] could optimize FP multiplies better

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-12 06:50 --- This is actually not a target issue, it can be shown on ppc also and other targets including x86. doing (f1*f2)^2^2 will be the best every where as it is only three instructions and it would take the