Re: __intN patch 1/5: convert-move optimization

2014-08-29 Thread DJ Delorie
> > * expr.c (convert_move): If the target has an explicit converter, > > use it. > OK. Thanks! Committed.

Re: __intN patch 1/5: convert-move optimization

2014-08-29 Thread Jeff Law
On 08/13/14 16:10, DJ Delorie wrote: This patch is part of the __intN series, but is independent. It provides an additional optimization opportunity, since the MSP430 does a lot of conversions between HImode and PSImode. * expr.c (convert_move): If the target has an explicit converter,

__intN patch 1/5: convert-move optimization

2014-08-13 Thread DJ Delorie
This patch is part of the __intN series, but is independent. It provides an additional optimization opportunity, since the MSP430 does a lot of conversions between HImode and PSImode. * expr.c (convert_move): If the target has an explicit converter, use it. Index: gcc/expr.c ===