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] PR target/85358: Add target hook to prevent default widening


On Wed, 23 May 2018, Richard Biener wrote:

> Yeah. Not sure if we need sth other than FLOAT_MODE or if avoiding the 
> chaining in wider mode and friends is enough. I guess one could also 
> change IFmode to be a non-scalar, composite mode - a different 'kind' of 
> complex mode maybe...

I'm pretty sure you want FOR_EACH_MODE_IN_CLASS (mode, MODE_FLOAT) to 
include IFmode, as otherwise all such iterators now present or added in 
future would probably need to be changed to include the new type of mode 
as well.

-- 
Joseph S. Myers
joseph@codesourcery.com


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