https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115334

--- Comment #2 from Hongtao Liu <liuhongt at gcc dot gnu.org> ---
diff --git a/gcc/testsuite/gcc.dg/vect/pr112325.c
b/gcc/testsuite/gcc.dg/vect/pr112325.c
index dea6cca3b86..143903beab2 100644
--- a/gcc/testsuite/gcc.dg/vect/pr112325.c
+++ b/gcc/testsuite/gcc.dg/vect/pr112325.c
@@ -3,6 +3,7 @@
 /* { dg-require-effective-target vect_int } */
 /* { dg-require-effective-target vect_shift } */
 /* { dg-additional-options "-mavx2" { target x86_64-*-* i?86-*-* } } */
+/* { dg-additional-options "--param max-completely-peeled-insns=200" { target
powerpc64*-*-* } } */

 typedef unsigned short ggml_fp16_t;
 static float table_f32_f16[1 << 16];

Does this patch work for you?

Reply via email to