On Wed, Aug 10, 2016 at 5:58 PM, Bin Cheng <bin.ch...@arm.com> wrote:
> Hi,
> Due to some reasons, tree-if-conv.c now factors floating point comparison out 
> of cond_expr,
> resulting in mixed types in it.  This does help CSE on common comparison 
> operations.
> Only problem is that test gcc.dg/vect/pr56541.c now requires vect_cond_mixed 
> to be
> vectorized.  This patch changes the test in that way.
> Test result checked.  Is it OK?

Hmm, I think the fix is to fix if-conversion not doing that.  Can you
track down why this happens?

Richard.

> Thanks,
> bin
>
> gcc/testsuite/ChangeLog
> 2016-08-09  Bin Cheng  <bin.ch...@arm.com>
>
>         * gcc.dg/vect/pr56541.c: Require vect_cond_mixed.

Reply via email to