Re: [IRA] Handle fully-tied destinations in a similar way to earlyclobbers

2019-10-02 Thread Vladimir Makarov
On 2019-09-30 10:40 a.m., Richard Sandiford wrote: IRA's make_early_clobber_and_input_conflicts checks for cases in which an output operand is likely to be an earlyclobber and an input operand is unlikely to be tieable with it. If so, the allocno for the output conflicts with the allocno for t

[IRA] Handle fully-tied destinations in a similar way to earlyclobbers

2019-09-30 Thread Richard Sandiford
IRA's make_early_clobber_and_input_conflicts checks for cases in which an output operand is likely to be an earlyclobber and an input operand is unlikely to be tieable with it. If so, the allocno for the output conflicts with the allocno for the input. This seems to work well. However, a similar