This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RS6000] powerpc64le -ffixed-cr2 -ffixed-cr3 -ffixed-cr4 ICE


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]