Re: [tree-optimization/63387] Recognize isunordered

2015-04-14 Thread Richard Biener
On Mon, Apr 13, 2015 at 11:37 PM, Marc Glisse wrote: > On Mon, 13 Apr 2015, Marc Glisse wrote: > >> On Mon, 13 Apr 2015, Richard Biener wrote: >> >>> On Mon, Apr 13, 2015 at 2:23 PM, Marc Glisse >>> wrote: Hello, just a simple pattern for match.pd. I am ignoring the issue of w

Re: [tree-optimization/63387] Recognize isunordered

2015-04-13 Thread Marc Glisse
On Mon, 13 Apr 2015, Marc Glisse wrote: On Mon, 13 Apr 2015, Richard Biener wrote: On Mon, Apr 13, 2015 at 2:23 PM, Marc Glisse wrote: Hello, just a simple pattern for match.pd. I am ignoring the issue of whether isnan is the same as isunordered, I am only combining isunordered together.

Re: [tree-optimization/63387] Recognize isunordered

2015-04-13 Thread Marc Glisse
On Mon, 13 Apr 2015, Richard Biener wrote: On Mon, Apr 13, 2015 at 2:23 PM, Marc Glisse wrote: Hello, just a simple pattern for match.pd. I am ignoring the issue of whether isnan is the same as isunordered, I am only combining isunordered together. Ok. Oups, I am an idiot. My own comment

Re: [tree-optimization/63387] Recognize isunordered

2015-04-13 Thread Richard Biener
On Mon, Apr 13, 2015 at 2:23 PM, Marc Glisse wrote: > Hello, > > just a simple pattern for match.pd. I am ignoring the issue of whether isnan > is the same as isunordered, I am only combining isunordered together. Ok. Thanks, Richard. > 2015-04-13 Marc Glisse > > PR tree-optimization

[tree-optimization/63387] Recognize isunordered

2015-04-13 Thread Marc Glisse
Hello, just a simple pattern for match.pd. I am ignoring the issue of whether isnan is the same as isunordered, I am only combining isunordered together. 2015-04-13 Marc Glisse PR tree-optimization/63387 gcc/ * match.pd ((x unord x) | (y unord y) -> (x unord y), (x