comparison gcc/testsuite/gcc.dg/vect/pr65947-6.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
39 39
40 return 0; 40 return 0;
41 } 41 }
42 42
43 /* { dg-final { scan-tree-dump-times "LOOP VECTORIZED" 2 "vect" } } */ 43 /* { dg-final { scan-tree-dump-times "LOOP VECTORIZED" 2 "vect" } } */
44 /* { dg-final { scan-tree-dump-times "optimizing condition reduction with FOLD_EXTRACT_LAST" 4 "vect" { target vect_fold_extract_last } } } */ 44 /* { dg-final { scan-tree-dump-times "optimizing condition reduction with FOLD_EXTRACT_LAST" 2 "vect" { target vect_fold_extract_last } } } */
45 /* { dg-final { scan-tree-dump-not "condition expression based on integer induction." "vect" } } */ 45 /* { dg-final { scan-tree-dump-not "condition expression based on integer induction." "vect" } } */