comparison gcc/testsuite/gcc.dg/vect/trapv-vect-reduc-4.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
44 main1 (100, 100); 44 main1 (100, 100);
45 main1 (0, 15); 45 main1 (0, 15);
46 return 0; 46 return 0;
47 } 47 }
48 48
49 /* { dg-final { scan-tree-dump-times "Detected reduction\\." 2 "vect" } } */ 49 /* We can't handle the first loop with variable-length vectors and so
50 /* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { target { ! vect_no_int_min_max } } } } */ 50 fall back to the fixed-length mininum instead. */
51 /* { dg-final { scan-tree-dump-times "Detected reduction\\." 3 "vect" { xfail vect_variable_length } } } */
52 /* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { target { ! vect_no_int_min_max } } } } */
53 /* { dg-final { scan-tree-dump-times {using an in-order \(fold-left\) reduction} 1 "vect" } } */