On 10/16/19 9:03 AM, Mihailo Stojanovic wrote:
> Unnecessary moves around dpadd and dpsub are caused by different pseudos
> being assigned to the input-output operands which correspond to the same
> register.
>
> This forces the same pseudo to the input-output operands, which removes
> unnecesary
Unnecessary moves around dpadd and dpsub are caused by different pseudos
being assigned to the input-output operands which correspond to the same
register.
This forces the same pseudo to the input-output operands, which removes
unnecesary moves.
Tested on mips-mti-linux-gnu.
gcc/ChangeLog: