public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7045] aarch64: Add test for PR104092
@ 2022-02-04  8:09 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2022-02-04  8:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5b6370295d1efaa563f6d8c45f1fb779c3db452e

commit r12-7045-g5b6370295d1efaa563f6d8c45f1fb779c3db452e
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Fri Feb 4 08:08:59 2022 +0000

    aarch64: Add test for PR104092
    
    gcc/testsuite/
            PR middle-end/104092
            * gcc.target/aarch64/sve/acle/general/pr104092.c: New test.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr104092.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr104092.c b/gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr104092.c
new file mode 100644
index 00000000000..c17ece7d82f
--- /dev/null
+++ b/gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr104092.c
@@ -0,0 +1,7 @@
+/* { dg-options "-O2 -Wall" } */
+
+#include <arm_sve.h>
+
+svuint64_t bar(svbool_t pg, const uint64_t *addr) {
+  return svget2(svld2_u64(pg, addr), 0);
+}


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

only message in thread, other threads:[~2022-02-04  8:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-04  8:09 [gcc r12-7045] aarch64: Add test for PR104092 Richard Sandiford

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