Re: [Aarch64, Patch] Update failing testcase pr62178.c

2017-09-13 Thread James Greenhalgh
On Wed, Sep 13, 2017 at 03:02:55PM +0100, Jackson Woodruff wrote: > Hi all, > > This patch changes pr62178.c so that it now scans > for two `ldr`s, one into an `s` register, instead > of a `ld1r` as before. Also add a scan for an mla > instruction. > > The `ld1r` was needed when this should have

[Aarch64, Patch] Update failing testcase pr62178.c

2017-09-13 Thread Jackson Woodruff
Hi all, This patch changes pr62178.c so that it now scans for two `ldr`s, one into an `s` register, instead of a `ld1r` as before. Also add a scan for an mla instruction. The `ld1r` was needed when this should have generated a mla by vector. Now that we can generate an mla by element