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
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
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_