On Mon, Apr 19, 2021 at 01:16:13PM +0200, Christophe Lyon via Gcc-patches wrote:
> > > Here is an updated patch that I've also successfully
> > > bootstrapped/regtested
> > > on aarch64-linux.
> > >
> > > 2021-04-16 Jakub Jelinek <[email protected]>
> > >
> > > PR target/100075
> > > * config/aarch64/aarch64.md (*neg_asr_si2_extr, *extrsi5_insn_di):
> > > New
> > > define_insn patterns.
> > >
> > > * gcc.target/aarch64/pr100075.c: New test.
> >
> > OK, thanks.
> >
>
> Hi,
>
> The new test fails on aarch64_be, OK to add:
> +/* { dg-require-effective-target aarch64_little_endian } */
> ?
> The testcase looks really endianness dependent.
LGTM, thanks.
Jakub