Re: [PATCH] rs6000: fix creation of VEC_COND_EXPR

2020-06-18 Thread Segher Boessenkool
uot; should never be used on public mailing lists, or anywhere else where you didn't get all people receiving this to agree what this type means). > >From 9ba94cec649ef84399531f43d5c7171328a3f704 Mon Sep 17 00:00:00 2001 > From: Martin Liska > Date: Thu, 18 Jun 2020 09:25:32 +02

Re: [PATCH] rs6000: fix creation of VEC_COND_EXPR

2020-06-18 Thread Richard Biener via Gcc-patches
On Thu, Jun 18, 2020 at 10:21 AM Martin Liška wrote: > > On 6/18/20 10:00 AM, Segher Boessenkool wrote: > > Hi! > > > > On Thu, Jun 18, 2020 at 09:44:58AM +0200, Martin Liška wrote: > >> This breaks quite some powerpc.exp tests. Right now VEC_COND_EXPR expects > >> first > >> argument to be a SSA_

[PATCH] rs6000: fix creation of VEC_COND_EXPR

2020-06-18 Thread Martin Liška
*gsi) The comment needs changing, explaining what the new arg is. Segher All right, let's do it better. Martin >From 9ba94cec649ef84399531f43d5c7171328a3f704 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Thu, 18 Jun 2020 09:25:32 +0200 Subject: [PATCH] rs6000: fix cre