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: [RFC] Fix PR28684


Guys,

>I wasn't sure if general strength reduction was still controlled by the
>flag, but if it is, we need to mention it, and again the user can 

Just to mention, if we need strength reduction, the definition that would
make me happiest would be that no new flops are introduced by it, but
some may be removed.  Then, only the people doing things like NaN traps
need worry.  I.e., 2.0*a <--> a+a and a+b-b -> a would be OK, but
3*a -> a+a+a would not be allowed . . .

Cheers,
Clint


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