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: [Patch, MIPS] Enable fp-contract on MIPS and update -mfused-madd


On Wed, 17 Jun 2015, Steve Ellcey wrote:

> Well, I don't mind removing the HONOR_NAN checks from the MIPS code in
> my patch but I am not sure I can do a patch to remove it from the shared
> code.  I see about 80 HONOR_NAN checks in the shared code and I am not
> sure which ones can and cannot be removed.

 FAOD I meant to remove the checks globally throughout MIPS target code 
only.

> Is there any reason why my patch (minus the HONOR_NAN checks) would have
> to wait for the other changes?

 Because it combines two functionally independent changes:

1. HONOR_NAN check removal.

2. FMA support addition.

Worse yet, syntactically overlapping, so that e.g. it's impossible to 
bisect the cause of any possible regression caused without reconstructing 
the two changes from the patch committed if it went in as a single change.

  Maciej


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