RE: [PATCH, i386]: AMD bdver3 enablement

2012-11-15 Thread Gopalasubramanian, Ganesh
, 2012 4:15 PM To: Gopalasubramanian, Ganesh Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH, i386]: AMD bdver3 enablement On Wed, Nov 14, 2012 at 10:22 AM, Gopalasubramanian, Ganesh ganesh.gopalasubraman...@amd.com wrote: sseshuf replaces sselog in some insn patterns, but should be handled

Re: [PATCH, i386]: AMD bdver3 enablement

2012-11-14 Thread Uros Bizjak
On Wed, Nov 14, 2012 at 10:22 AM, Gopalasubramanian, Ganesh ganesh.gopalasubraman...@amd.com wrote: sseshuf replaces sselog in some insn patterns, but should be handled in the same way in *existing* .md files. Modifications done as per the comments. 1. Sseshuf is added along with sselog in

Re: [PATCH, i386]: AMD bdver3 enablement

2012-11-12 Thread Uros Bizjak
On Mon, Nov 12, 2012 at 6:34 AM, Gopalasubramanian, Ganesh ganesh.gopalasubraman...@amd.com wrote: You can see from the changes of sse.md that this is functionally a no-op change. Sseshuf replaces sselog. So, do you mean it should be added with sselog instead of sseadd? Adding it with sseadd

Re: [PATCH, i386]: AMD bdver3 enablement

2012-11-11 Thread Uros Bizjak
On Fri, Nov 9, 2012 at 4:39 AM, Gopalasubramanian, Ganesh ganesh.gopalasubraman...@amd.com wrote: Changes done with respect to the review comments. Conditionally setting sseshuf type attribute has been removed. Instead new attribute is added and is included for other attribute calculations.

RE: [PATCH, i386]: AMD bdver3 enablement

2012-11-11 Thread Gopalasubramanian, Ganesh
- From: Uros Bizjak [mailto:ubiz...@gmail.com] Sent: Monday, November 12, 2012 2:30 AM To: Gopalasubramanian, Ganesh Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH, i386]: AMD bdver3 enablement On Fri, Nov 9, 2012 at 4:39 AM, Gopalasubramanian, Ganesh ganesh.gopalasubraman...@amd.com wrote

Re: [PATCH, i386]: AMD bdver3 enablement

2012-11-05 Thread Uros Bizjak
On Mon, Nov 5, 2012 at 8:33 AM, Gopalasubramanian, Ganesh ganesh.gopalasubraman...@amd.com wrote: Couple of changes done with respect to the review comments. 1. sseshuf type attribute is handled in unit attribute calculation. 2. sseadd1 instruction attribute is handled in the new scheduler

Re: [PATCH, i386]: AMD bdver3 enablement

2012-10-11 Thread Uros Bizjak
On Thu, Oct 11, 2012 at 9:19 AM, Gopalasubramanian, Ganesh ganesh.gopalasubraman...@amd.com wrote: The attached patch (Patch.txt) enables the next version of AMD's bulldozer core. Please handle new sseshuf type attribute in various attribute calculations. You should at least add it to unit