public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix FAIL: gcc.target/i386/pr92645-4.c
@ 2020-05-19 18:32 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2020-05-19 18:32 UTC (permalink / raw)
  To: gcc-patches

This adjusts the testcase for the introduced vector promotion/demotion
support.

Pushed.

2020-05-19  Richard Biener  <rguenther@suse.de>

	* gcc.target/i386/pr92645-4.c: Adjust expected pattern.
---
 gcc/testsuite/gcc.target/i386/pr92645-4.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/testsuite/gcc.target/i386/pr92645-4.c b/gcc/testsuite/gcc.target/i386/pr92645-4.c
index 788a97ed117..5d459040846 100644
--- a/gcc/testsuite/gcc.target/i386/pr92645-4.c
+++ b/gcc/testsuite/gcc.target/i386/pr92645-4.c
@@ -47,10 +47,10 @@ void f(char *dst, char *src, unsigned long n, unsigned c)
   }
 }
 
-/* { dg-final { scan-tree-dump-times "vec_unpack_lo" 3 "optimized" } } */
+/* { dg-final { scan-tree-dump-times "\\(vector\\(16\\) short unsigned int\\)" 3 "optimized" } } */
 /* We're missing an opportunity to, after later optimizations, combine
-   a uniform CTOR with a vec_unpack_lo_expr to a CTOR on a converted
+   a uniform CTOR with a vector promotion to a CTOR on a promoted
    element.  */
-/* { dg-final { scan-tree-dump-times "vec_unpack_lo" 2 "optimized" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "\\(vector\\(16\\) short unsigned int\\)" 2 "optimized" { xfail *-*-* } } } */
 /* { dg-final { scan-tree-dump-times "VEC_PACK_TRUNC" 1 "optimized" } } */
 /* { dg-final { scan-tree-dump-times "BIT_FIELD_REF" 2 "optimized" } } */
-- 
2.26.1

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

only message in thread, other threads:[~2020-05-19 18:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19 18:32 [PATCH] Fix FAIL: gcc.target/i386/pr92645-4.c Richard Biener

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