comparison gcc/testsuite/gcc.dg/vect/vect-95.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
53 main1 (N-2,&d[1],a,b,c); 53 main1 (N-2,&d[1],a,b,c);
54 54
55 return 0; 55 return 0;
56 } 56 }
57 57
58 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
59 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" { xfail {vect_element_align} } } } */
60
61 /* For targets that support unaligned loads we version for the two unaligned 58 /* For targets that support unaligned loads we version for the two unaligned
62 stores and generate misaligned accesses for the loads. For targets that 59 stores and generate misaligned accesses for the loads. For targets that
63 don't support unaligned loads we version for all four accesses. */ 60 don't support unaligned loads we version for all four accesses. */
64 61
65 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail { vect_no_align || vect_element_align} } } } */ 62 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail { vect_no_align || vect_element_align} } } } */