comparison gcc/testsuite/gcc.dg/vect/vect-52.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
54 54
55 /* For targets that don't support misaligned loads we version for the two loads. 55 /* For targets that don't support misaligned loads we version for the two loads.
56 (The store is aligned). */ 56 (The store is aligned). */
57 57
58 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */ 58 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
59 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { xfail { vect_no_align && { ! vect_hw_misalign } } } } } */ 59 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 3 "vect" { target { ! vect_align_stack_vars } xfail { ! vect_unaligned_possible } } } } */
60 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 2 "vect" { target vect_align_stack_vars xfail { ! vect_unaligned_possible } } } } */
60 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */ 61 /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */
61 /* { dg-final { scan-tree-dump-times "Alignment of access forced using versioning." 2 "vect" { target { vect_no_align && { ! vect_hw_misalign } } } } } */ 62 /* { dg-final { scan-tree-dump-times "Alignment of access forced using versioning." 2 "vect" { target { vect_no_align && { ! vect_hw_misalign } } } } } */