/* { dg-require-effective-target vect_int } */ #include #include "tree-vect.h" #define N 64 #define DOT3 43680 signed char X[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); signed char Y[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); /* char->int->int dot product. Not detected as a dot-product pattern. */ __attribute__ ((noinline)) int foo3(int len) { int i; int result = 0; for (i=0; i