On Fri, 24 May 2019, Bernhard Reutner-Fischer wrote:
> On 20 May 2019 12:31:46 CEST, Richard Biener wrote:
>
> >
> >So the following is what I have applied.
>
> Typo in the guard?
>
> s/GCC_VEC_PERN_INDICES_H/GCC_VEC_PERM_INDICES_H/
>
> ?
Yeah, but copied that from vec-perm-indices.h ... (ot
On 20 May 2019 12:31:46 CEST, Richard Biener wrote:
>
>So the following is what I have applied.
Typo in the guard?
s/GCC_VEC_PERN_INDICES_H/GCC_VEC_PERM_INDICES_H/
?
I.e. not pern but perm, with an 'M'
thanks,
>Bootstrapped / tested on x86_64-unknown-linux-gnu.
>
>Richard.
>
>2019-05-20 Rich
On Mon, 20 May 2019, Richard Sandiford wrote:
> Richard Biener writes:
> > On Fri, 17 May 2019, Richard Biener wrote:
> >
> >>
> >> This moves things from fold-const.c to match.pd.
> >
> > So there's an issue that was appearantly side-stepped in the GENERIC
> > folding by not re-folding the resu
Richard Biener writes:
> On Fri, 17 May 2019, Richard Biener wrote:
>
>>
>> This moves things from fold-const.c to match.pd.
>
> So there's an issue that was appearantly side-stepped in the GENERIC
> folding by not re-folding the result.
>
> /* Generate a canonical form of the selector.
On Fri, 17 May 2019, Richard Biener wrote:
>
> This moves things from fold-const.c to match.pd.
So there's an issue that was appearantly side-stepped in the GENERIC
folding by not re-folding the result.
/* Generate a canonical form of the selector. */
if (sel.encoding () != bui
This moves things from fold-const.c to match.pd.
Bootstrap / regtest running on x86_64-unknown-linux-gnu.
Richard.
2019-05-17 Richard Biener
* gimple-match-head.c: Include vec-perm-indices.h.
* generic-match-head.c: Likewise.
* fold-const.h (fold_vec_perm): Declare