Hi Jakub,
On 29.11.19 14:41, Jakub Jelinek wrote:
> s/use/Use/
>
> [...]
>
> s/. /. /
Right, thanks. Does that look ok for inclusion in trunk now?
Best regards,
Frederik
2019-11-29 Frederik Harwath
gcc/
* gimple-match-head.c (maybe_resimplify_conditional_op): Use
generic_
On Fri, Nov 29, 2019 at 02:38:34PM +0100, Harwath, Frederik wrote:
> 2019-11-29 Frederik Harwath
>
> gcc/
> * gimple-match-head.c (maybe_resimplify_conditional_op): use
s/use/Use/
> generic_expr_could_trap_p to check if the condition of COND_EXPR or
> VEC_COND_EXPR can trap.
Hi,
On 29.11.19 13:51, Harwath, Frederik wrote:
>> condition for the inner vec_cond. Your fix looks reasonable but is
>> very badly formatted. Can you instead do
I hope the formatting looks better now. I have also removed the [amdgcn] from
the subject line since
the fact that this has been di
Hi Richard,
On 29.11.19 13:37, Richard Biener wrote:
> On Fri, Nov 29, 2019 at 1:24 PM Harwath, Frederik
> wrote:
> [...]
>> It seems that this rule is not invoked when compiling for x86_64 where the
>> generated code for vect-cond-reduc-1.c does not contain anything that would
>> match this rul
On Fri, Nov 29, 2019 at 1:24 PM Harwath, Frederik
wrote:
>
> Hi,
> currently, on trunk, the tests gcc.dg/vect/vect-cond-reduc-1.c and
> gcc.dg/pr68286.c fail when compiling for amdgcn-unknown-amdhsa.
> The reason seems to lie in the interaction of the changes that have been
> introduced by revis