| /* { dg-do compile } */ |
| /* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-details --save-temps" } */ |
| |
| #define OP(x,y) (~((x) & (y))) |
| |
| #include "nlogic_1.c" |
| |
| /* { dg-final { scan-tree-dump-times "vectorized 1 loops in function" 4 "vect" } } */ |
| |
| /* { dg-final { scan-assembler-not {\tand\tz[0-9]+\.[bhsd]} } } */ |
| /* { dg-final { scan-assembler-not {\torr\tz[0-9]+\.[bhsd]} } } */ |
| /* { dg-final { scan-assembler-not {\tnot\tz[0-9]+\.[bhsd]} } } */ |
| |
| /* { dg-final { scan-assembler-times {\tnbsl\tz[0-9]+\.d, z[0-9]+\.d, z[0-9]+\.d, z[0-9]+\.d\n} 4 } } */ |