Re: [PATCH] Fix PR 53395: tree-if-conv.c not producing MAX_EXPR

2012-09-03 Thread Richard Guenther
On Tue, Aug 28, 2012 at 9:09 AM, Andrew Pinski wrote: > On Mon, May 21, 2012 at 2:56 AM, Richard Guenther > wrote: >> On Sun, May 20, 2012 at 1:40 AM, Andrew Pinski wrote: >>> The problem here is that tree-if-conv.c produces COND_EXPR instead of >>> the MAX/MIN EXPRs. When I added the expansion

Re: [PATCH] Fix PR 53395: tree-if-conv.c not producing MAX_EXPR

2012-08-28 Thread Andrew Pinski
On Mon, May 21, 2012 at 2:56 AM, Richard Guenther wrote: > On Sun, May 20, 2012 at 1:40 AM, Andrew Pinski wrote: >> The problem here is that tree-if-conv.c produces COND_EXPR instead of >> the MAX/MIN EXPRs. When I added the expansion from COND_EXPR to >> conditional moves, I assumes that the ex

Re: [PATCH] Fix PR 53395: tree-if-conv.c not producing MAX_EXPR

2012-05-21 Thread Richard Guenther
On Sun, May 20, 2012 at 1:40 AM, Andrew Pinski wrote: > The problem here is that tree-if-conv.c produces COND_EXPR instead of > the MAX/MIN EXPRs.  When I added the expansion from COND_EXPR to > conditional moves, I assumes that the expressions which should have > been converted into MAX_EXPR/MIN_