summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-24 13:14:17 +0000
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-24 13:14:17 +0000
commit345f9789a1dad3d8c981eccf7562676eade47395 (patch)
treee8ba4654c7ecc7f4b815ad5cbf25b654f1dd4526 /libgomp/ChangeLog
parent09fb74a33043e6893fbf0990cf3e777bbb6c8828 (diff)
downloadgcc-345f9789a1dad3d8c981eccf7562676eade47395.tar.gz
Optimize expand_omp_for_static_chunk for chunk_size one
2015-08-24 Tom de Vries <tom@codesourcery.com> PR tree-optimization/65468 * omp-low.c (expand_omp_for_static_chunk): Remove inner loop if chunk_size is one. * gcc.dg/gomp/static-chunk-size-one.c: New test. * testsuite/libgomp.c/static-chunk-size-one.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227124 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index bd9111b86a9..43aaa524c2a 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-24 Tom de Vries <tom@codesourcery.com>
+
+ PR tree-optimization/65468
+ * testsuite/libgomp.c/static-chunk-size-one.c: New test.
+
2015-08-24 Joost VandeVondele <vondele@gnu.gcc.org>
PR libgomp/66761