public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6956] aarch64: Fix gcc.target/aarch64/narrow_high-intrinsics.c testism
@ 2021-01-28 14:10 Kyrylo Tkachov
  0 siblings, 0 replies; only message in thread
From: Kyrylo Tkachov @ 2021-01-28 14:10 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ff119f340e427bd6db8ce66719030fb78a99ded6

commit r11-6956-gff119f340e427bd6db8ce66719030fb78a99ded6
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Date:   Thu Jan 28 14:10:29 2021 +0000

    aarch64: Fix gcc.target/aarch64/narrow_high-intrinsics.c testism
    
    Pushing to fix recently-updated assembly generation
    
    gcc/testsuite/
    
            * gcc.target/aarch64/narrow_high-intrinsics.c: Fix shrn2 scan.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/narrow_high-intrinsics.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/narrow_high-intrinsics.c b/gcc/testsuite/gcc.target/aarch64/narrow_high-intrinsics.c
index b22aecaa9cf..0fc47b5491f 100644
--- a/gcc/testsuite/gcc.target/aarch64/narrow_high-intrinsics.c
+++ b/gcc/testsuite/gcc.target/aarch64/narrow_high-intrinsics.c
@@ -112,7 +112,7 @@ ONE (vmovn_high, uint32x4_t, uint32x2_t, uint64x2_t, u64)
 /* { dg-final { scan-assembler-times "rsubhn2\\tv" 6} }  */
 /* { dg-final { scan-assembler-times "raddhn2\\tv" 6} }  */
 /* { dg-final { scan-assembler-times "\\trshrn2 v" 6} }  */
-/* { dg-final { scan-assembler-times "\\tshrn2 v" 6} }  */
+/* { dg-final { scan-assembler-times "\\tshrn2\\tv" 6} }  */
 /* { dg-final { scan-assembler-times "sqshrun2\\tv" 3} }  */
 /* { dg-final { scan-assembler-times "sqrshrun2\\tv" 3} }  */
 /* { dg-final { scan-assembler-times "sqshrn2\\tv" 3} }  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-28 14:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 14:10 [gcc r11-6956] aarch64: Fix gcc.target/aarch64/narrow_high-intrinsics.c testism Kyrylo Tkachov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).