Re: PR77644

2017-05-10 Thread Richard Biener
On Wed, 10 May 2017, Prathamesh Kulkarni wrote: > On 10 May 2017 at 14:28, Richard Biener wrote: > > On Tue, 9 May 2017, Prathamesh Kulkarni wrote: > > > >> Hi, > >> The attached patch adds the following pattern to match.pd > >> sqrt(x) cmp sqrt(y) -> x cmp y. > >> and is enabled with -funsafe-ma

Re: PR77644

2017-05-10 Thread Prathamesh Kulkarni
On 10 May 2017 at 14:28, Richard Biener wrote: > On Tue, 9 May 2017, Prathamesh Kulkarni wrote: > >> Hi, >> The attached patch adds the following pattern to match.pd >> sqrt(x) cmp sqrt(y) -> x cmp y. >> and is enabled with -funsafe-math-optimization and -fno-math-errno. >> >> Bootstrapped+tested

Re: PR77644

2017-05-10 Thread Richard Biener
On Tue, 9 May 2017, Prathamesh Kulkarni wrote: > Hi, > The attached patch adds the following pattern to match.pd > sqrt(x) cmp sqrt(y) -> x cmp y. > and is enabled with -funsafe-math-optimization and -fno-math-errno. > > Bootstrapped+tested on x86_64-unknown-linux-gnu. > Cross-tested on arm*-*-*,