On Wed, May 04, 2016 at 09:15:20AM +0930, Alan Modra wrote: > On Tue, May 03, 2016 at 10:22:02AM -0500, Segher Boessenkool wrote: > > Have you tested if save and restore are correct now? I.e. not touching > > the fixed ones. > > It doesn't matter if we save more cr fields than needed,
Right, currently we store all CR fields with movesi_from_cr, and that hinders shrink-wrapping a lot. As long as rs6000_emit_move_from_cr has the correct information (and it should anyway, for elfv2), I am happy :-) Thanks for checking, Segher