/* { dg-require-effective-target vect_int } */ #include #include "tree-vect.h" #define N 64 unsigned char uX[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); unsigned char uresultX[N]; unsigned int uY[N] __attribute__ ((__aligned__(__BIGGEST_ALIGNMENT__))); unsigned char uresultY[N]; /* Unsigned type demotion (si->qi) */ __attribute__ ((noinline)) int foo1(int len) { int i; for (i=0; i