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