Re: [PATCH] testsuite/arm: Fix scan-assembler-times in pr96770.c with movt/movw

2021-04-16 Thread Richard Sandiford via Gcc-patches
Sorry the slow reply. I'm not well versed on the all AArch32 combinations but it looks good to me. Christophe Lyon via Gcc-patches writes: > The previous change to this testcase missed the fact that the data may > be accessed via an anchor, depending on the optimization level, > leading to

Re: [PATCH] testsuite/arm: Fix scan-assembler-times in pr96770.c with movt/movw

2021-04-12 Thread Christophe Lyon via Gcc-patches
ping? On Tue, 6 Apr 2021 at 14:02, Christophe Lyon wrote: > > ping? > > On Mon, 29 Mar 2021 at 11:01, Christophe Lyon > wrote: > > > > The previous change to this testcase missed the fact that the data may > > be accessed via an anchor, depending on the optimization level, > > leading to false

Re: [PATCH] testsuite/arm: Fix scan-assembler-times in pr96770.c with movt/movw

2021-04-06 Thread Christophe Lyon via Gcc-patches
ping? On Mon, 29 Mar 2021 at 11:01, Christophe Lyon wrote: > > The previous change to this testcase missed the fact that the data may > be accessed via an anchor, depending on the optimization level, > leading to false failures. > > This patch restricts matching to upper16:lower16 followed by >

[PATCH] testsuite/arm: Fix scan-assembler-times in pr96770.c with movt/movw

2021-03-29 Thread Christophe Lyon via Gcc-patches
The previous change to this testcase missed the fact that the data may be accessed via an anchor, depending on the optimization level, leading to false failures. This patch restricts matching to upper16:lower16 followed by non-spaces, followed by +4 (in f4) or +320 (in f5). Using '.*' instead of