RE: [PATCH,i386] FP Reassociation for AMD bdver1 and bdver2

2013-05-29 Thread Gopalasubramanian, Ganesh
Thanks Uros! Committed at r199405. -Ganesh -Original Message- From: Uros Bizjak [mailto:ubiz...@gmail.com] Sent: Thursday, May 23, 2013 4:47 PM To: Gopalasubramanian, Ganesh Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH,i386] FP Reassociation for AMD bdver1 and bdver2 On Thu, May 23

Re: [PATCH,i386] FP Reassociation for AMD bdver1 and bdver2

2013-05-23 Thread Uros Bizjak
On Thu, May 23, 2013 at 1:11 PM, Gopalasubramanian, Ganesh wrote: > The patch enables FP Reassociation pass AMD bdver1 and bdver2 architectures. > We note a performance uplift of around ~8% on calculix. > > "make -k check" passes. > > Is it OK for upstream? OK. Thanks, Uros.

[PATCH,i386] FP Reassociation for AMD bdver1 and bdver2

2013-05-23 Thread Gopalasubramanian, Ganesh
Hi The patch enables FP Reassociation pass AMD bdver1 and bdver2 architectures. We note a performance uplift of around ~8% on calculix. "make -k check" passes. Is it OK for upstream? Regards Ganesh Index: gcc/ChangeLog === --- gc