public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5309] shrn-combine-10: update test to current codegen.
@ 2021-11-16 15:40 Tamar Christina
  0 siblings, 0 replies; only message in thread
From: Tamar Christina @ 2021-11-16 15:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0002a8a1997c7beb3c4facc17ed0d1294e3dce14

commit r12-5309-g0002a8a1997c7beb3c4facc17ed0d1294e3dce14
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Tue Nov 16 15:39:28 2021 +0000

    shrn-combine-10: update test to current codegen.
    
    When the rshrn commit was reverted I missed this testcase.
    This now updates it.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/aarch64/shrn-combine-10.c: Use shrn.

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

diff --git a/gcc/testsuite/gcc.target/aarch64/shrn-combine-10.c b/gcc/testsuite/gcc.target/aarch64/shrn-combine-10.c
index 3a1cfce93e9..dc9e9be94cb 100644
--- a/gcc/testsuite/gcc.target/aarch64/shrn-combine-10.c
+++ b/gcc/testsuite/gcc.target/aarch64/shrn-combine-10.c
@@ -6,7 +6,7 @@
 
 uint32x4_t foo (uint64x2_t a, uint64x2_t b)
 {
-  return vrshrn_high_n_u64 (vrshrn_n_u64 (a, 32), b, 32);
+  return vshrn_high_n_u64 (vshrn_n_u64 (a, 32), b, 32);
 }
 
 /* { dg-final { scan-assembler-times {\tuzp2\t} 1 } } */


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

only message in thread, other threads:[~2021-11-16 15:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 15:40 [gcc r12-5309] shrn-combine-10: update test to current codegen Tamar Christina

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).