comparison gcc/testsuite/gcc.dg/vect/pr79920.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
1 /* { dg-do run } */ 1 /* { dg-additional-options "-O3 -fno-fast-math" } */
2 /* { dg-additional-options "-O3" } */
3 2
4 #include "tree-vect.h" 3 #include "tree-vect.h"
5 4
6 double __attribute__((noinline,noclone)) 5 double __attribute__((noinline,noclone))
7 compute_integral (double w_1[18]) 6 compute_integral (double w_1[18])
39 if (A != 12.0) 38 if (A != 12.0)
40 __builtin_abort (); 39 __builtin_abort ();
41 return 0; 40 return 0;
42 } 41 }
43 42
44 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_double && { vect_perm && vect_hw_misalign } } } } } */ 43 /* { dg-final { scan-tree-dump-times {using an in-order \(fold-left\) reduction} 1 "vect" { target vect_double } } } */
44 /* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { target { vect_double && { vect_perm && vect_hw_misalign } } } } } */