(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
vect/
complex/
bb-slp-complex-add-pattern-int.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target stdint_types } */
       3  /* { dg-require-effective-target vect_int } */
       4  /* { dg-add-options arm_v8_3a_complex_neon } */
       5  /* { dg-additional-options "-fno-tree-loop-vectorize" } */
       6  
       7  #define TYPE int32_t
       8  #define N 16
       9  #include <stdint.h>
      10  #include "complex-add-pattern-template.c"
      11  
      12  /* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT90" 1 "slp1" { target { vect_complex_add_byte } } } } */
      13  /* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT270" 1 "slp1" { target { vect_complex_add_int } && ! target { aarch64_sve2 } } } } */
      14  /* { dg-final { scan-tree-dump "Found COMPLEX_ADD_ROT270" "slp1" } } */
      15  /* { dg-final { scan-tree-dump "Found COMPLEX_ADD_ROT90" "slp1" } } */