comparison gcc/testsuite/gcc.dg/vect/vect-alias-check-5.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
13 for (int i = 0; i < GAP * 2; ++i) 13 for (int i = 0; i < GAP * 2; ++i)
14 a->x[i + GAP] += b->x[i]; 14 a->x[i + GAP] += b->x[i];
15 } 15 }
16 16
17 /* { dg-final { scan-tree-dump-times "consider run-time aliasing" 1 "vect" } } */ 17 /* { dg-final { scan-tree-dump-times "consider run-time aliasing" 1 "vect" } } */
18 /* { dg-final { scan-tree-dump-times "improved number of alias checks from 1 to 0" 1 "vect" } } */ 18 /* { dg-final { scan-tree-dump-times "improved number of alias checks from 1 to 0" 1 "vect" { xfail vect_variable_length } } } */
19 /* { dg-final { scan-tree-dump-times "LOOP VECTORIZED" 1 "vect" } } */ 19 /* { dg-final { scan-tree-dump-times "LOOP VECTORIZED" 1 "vect" } } */