Commit 36a4fb13 by Richard Biener Committed by Richard Biener

re PR testsuite/84004 (gcc.dg/vect/vect-95.c XPASSes)

2018-03-27  Richard Biener  <rguenther@suse.de>

	PR testsuite/84004
	* gcc.dg/vect/vect-95.c: Never expect the loop to be peeled for
	alignment.

From-SVN: r258872
parent b39036d2
2018-03-27 Richard Biener <rguenther@suse.de>
PR testsuite/84004
* gcc.dg/vect/vect-95.c: Never expect the loop to be peeled for
alignment.
2018-03-27 Paolo Carlini <paolo.carlini@oracle.com> 2018-03-27 Paolo Carlini <paolo.carlini@oracle.com>
Jason Merrill <jason@redhat.com> Jason Merrill <jason@redhat.com>
......
...@@ -56,7 +56,7 @@ int main (void) ...@@ -56,7 +56,7 @@ int main (void)
} }
/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */ /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
/* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" { xfail {vect_element_align} } } } */ /* { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 0 "vect" } } */
/* For targets that support unaligned loads we version for the two unaligned /* For targets that support unaligned loads we version for the two unaligned
stores and generate misaligned accesses for the loads. For targets that stores and generate misaligned accesses for the loads. For targets that
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment