Commit 79cf14ae by Richard Biener Committed by Richard Biener

force-parallel-4.c: XFAIL one parallelizable loop.

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

	* testsuite/libgomp.graphite/force-parallel-4.c: XFAIL one
	parallelizable loop.

From-SVN: r258679
parent cdeba3e0
2018-03-20 Richard Biener <rguenther@suse.de>
* testsuite/libgomp.graphite/force-parallel-4.c: XFAIL one
parallelizable loop.
2018-02-19 Igor Tsimbalist <igor.v.tsimbalist@intel.com> 2018-02-19 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
PR target/84148 PR target/84148
......
...@@ -46,7 +46,10 @@ int main(void) ...@@ -46,7 +46,10 @@ int main(void)
return 0; return 0;
} }
/* Check that parallel code generation part make the right answer. */ /* Check that parallel code generation part make the right answer.
/* { dg-final { scan-tree-dump-times "2 loops carried no dependency" 1 "graphite" } } */ ??? XFAILed for i1 because conditional store elimination wrecks
our dependence representation. */
/* { dg-final { scan-tree-dump-times "2 loops carried no dependency" 1 "graphite" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "1 loops carried no dependency" 1 "graphite" } } */
/* { dg-final { scan-tree-dump-times "loopfn.0" 4 "optimized" } } */ /* { dg-final { scan-tree-dump-times "loopfn.0" 4 "optimized" } } */
/* { dg-final { scan-tree-dump-times "loopfn.1" 4 "optimized" } } */ /* { dg-final { scan-tree-dump-times "loopfn.1" 4 "optimized" } } */
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