Re: [PATCH] VEC_COND_EXPR: fix ICE in gimple_expand_vec_cond_expr

2020-09-23 Thread Richard Biener via Gcc-patches
On Tue, Sep 22, 2020 at 1:28 PM Martin Liška wrote: > > @Richi: May I please ping this? I have commented in the PR and am testing a patch - other PRs may prevail. Richard. > On 9/1/20 4:27 PM, Martin Liška wrote: > > On 8/31/20 10:01 AM, Richard Biener wrote: > >> On Fri, Aug 28, 2020 at 4:18 P

Re: [PATCH] VEC_COND_EXPR: fix ICE in gimple_expand_vec_cond_expr

2020-09-22 Thread Martin Liška
@Richi: May I please ping this? On 9/1/20 4:27 PM, Martin Liška wrote: On 8/31/20 10:01 AM, Richard Biener wrote: On Fri, Aug 28, 2020 at 4:18 PM Martin Liška wrote: Hey. The patch is about VEC_COND_EXP comparison of a SSA_NAME with a constant that is artifact of -fno-tree-ccp. Patch can b

Re: [PATCH] VEC_COND_EXPR: fix ICE in gimple_expand_vec_cond_expr

2020-09-01 Thread Martin Liška
On 8/31/20 10:01 AM, Richard Biener wrote: On Fri, Aug 28, 2020 at 4:18 PM Martin Liška wrote: Hey. The patch is about VEC_COND_EXP comparison of a SSA_NAME with a constant that is artifact of -fno-tree-ccp. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be

Re: [PATCH] VEC_COND_EXPR: fix ICE in gimple_expand_vec_cond_expr

2020-08-31 Thread Richard Biener via Gcc-patches
On Fri, Aug 28, 2020 at 4:18 PM Martin Liška wrote: > > Hey. > > The patch is about VEC_COND_EXP comparison of a SSA_NAME with a constant > that is artifact of -fno-tree-ccp. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? Err, no - we shouldn

[PATCH] VEC_COND_EXPR: fix ICE in gimple_expand_vec_cond_expr

2020-08-28 Thread Martin Liška
Hey. The patch is about VEC_COND_EXP comparison of a SSA_NAME with a constant that is artifact of -fno-tree-ccp. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: PR tree-optimization/96466 * gimple-fold