The following patch contains some changes needed for porting LRA to
rs6000 and s390.
The patch was successfully bootstrapped on x86/x86-64.
Committed as rev. 199298.
2013-05-24 Vladimir Makarov
* lra-constraints.c (emit_spill_move): Use smaller mode for
mem-mem moves.
The following patch is Shiva Chen's patch to fix a LRA bug on some
experimental target. The bug occurs when one insn requires many reloads
and they are done on different passes. I evaluate the probability of
this bug for other targets as quite tiny.
The patch was approved by me.
Success