@@ -1,11 +1,9 @@
// { dg-do compile { target { i?86-*-* x86_64-*-* } && { ! *-*-solaris* } } }
// { dg-options "-Ofast -funroll-loops -fopenmp -march=knl" }
-// { dg-final { scan-assembler-not "vmovaps" } }
// Disabling epilogues until we find a better way to deal with scans.
// { dg-additional-options "--param vect-epilogues-nomask=0" }
-
#include <math.h>
#include <xmmintrin.h>
@@ -72,3 +70,5 @@ void foo (Sdata *in, int idx, float *out)
_mm_free(y3);
_mm_free(y4);
}
+
+// { dg-final { scan-assembler-not "vmovaps\[^\n\r]*zmm\[0-9]+,\[^\n\r]*zmm\[0-9]+" } }