Re: [PATCH] Fix i386 costs

2012-09-18 Thread Richard Henderson
On 09/18/2012 05:10 AM, Jakub Jelinek wrote: > 2012-09-18 Jakub Jelinek > > PR target/54592 > * config/i386/i386.c (ix86_rtx_costs): Limit > UNITS_PER_WORD > AND/IOR/XOR cost calculation to MODE_INT class modes. > > * gcc.target/i386/pr54592.c: New test. Ok. r~

[PATCH] Fix i386 costs (was: i386: Fix logic error in r188785, PR target/54592)

2012-09-18 Thread Jakub Jelinek
On Wed, Jun 27, 2012 at 02:36:14PM -0700, Richard Henderson wrote: > As noticed by Igor Zamyatin. Committed. > PR target/53749 > * config/i386/i386.c (ix86_rtx_costs): Fix typo vs UNITS_PER_WORD > in 2012-06-23 change. Adjust two other DImode tests as well. This change broke cos