File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ 2017-07-31 Steve Ellcey <
[email protected] >
2+
3+ PR tree-optimization/80925
4+ * gcc.dg/vect/no-section-anchors-vect-69.c: Add
5+ --param vect-max-peeling-for-alignment=0 option.
6+ Remove unaligned access and peeling checks.
7+ * gcc.dg/vect/section-anchors-vect-69.c: Ditto.
8+
192017-07-31 Carl Love <
[email protected] >
210
311 * gcc.target/powerpc/builtins-4-runnable.c: Fix dg argument that got
Original file line number Diff line number Diff line change 11/* { dg-require-effective-target vect_int } */
22/* { dg-add-options bind_pic_locally } */
3+ /* { dg-additional-options "--param vect-max-peeling-for-alignment=0" } */
34
45#include <stdarg.h>
56#include "tree-vect.h"
@@ -114,7 +115,4 @@ int main (void)
114115}
115116
116117/* { dg-final { scan-tree-dump-times "vectorized 4 loops" 1 "vect" } } */
117- /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" } } */
118- /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 2 "vect" { xfail { {! vector_alignment_reachable} || { vect_sizes_32B_16B} } } } } */
119118/* { dg-final { scan-tree-dump-times "Alignment of access forced using versioning" 1 "vect" { target { {! vector_alignment_reachable} && {! vect_hw_misalign} } } } } */
120- /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" { target { {! vector_alignment_reachable} && {! vect_hw_misalign} } } } } */
Original file line number Diff line number Diff line change 11/* { dg-require-effective-target section_anchors } */
2+ /* { dg-additional-options "--param vect-max-peeling-for-alignment=0" } */
23
34#include <stdarg.h>
45#include "tree-vect.h"
@@ -112,8 +113,6 @@ int main (void)
112113}
113114
114115/* { dg-final { scan-tree-dump-times "vectorized 4 loops" 1 "vect" { target vect_int } } } */
115- /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" } } */
116116/* Alignment forced using versioning until the pass that increases alignment
117117 is extended to handle structs. */
118- /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 2 "vect" { target {vect_int && vector_alignment_reachable } } } } */
119118/* { dg-final { scan-tree-dump-times "Alignment of access forced using versioning" 4 "vect" { target {vect_int && {! vector_alignment_reachable} } } } } */
You can’t perform that action at this time.
0 commit comments