(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
vect/
complex/
fast-math-bb-slp-complex-add-pattern-double.c
       1  /* { dg-do compile } */
       2  /* { dg-add-options arm_v8_3a_complex_neon } */
       3  /* { dg-additional-options "-fno-tree-loop-vectorize" } */
       4  /* { dg-require-effective-target vect_double } */
       5  /* { dg-add-options arm_v8_3a_complex_neon } */
       6  
       7  #define UNROLL
       8  
       9  #define TYPE double
      10  #define N 16
      11  #include "complex-add-pattern-template.c"
      12  
      13  /* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT90" 1 "slp1" { target { vect_complex_add_double } } } } */
      14  /* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT270" 1 "slp1" { target { vect_complex_add_double } } } } */
      15  /* { dg-final { scan-tree-dump "Found COMPLEX_ADD_ROT270" "slp1" } } */
      16  /* { dg-final { scan-tree-dump "Found COMPLEX_ADD_ROT90" "slp1" } } */