This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 137b26412f6 Add details output for assume processing. new 5c9de3df854 openmp: Tune omp_max_vf for offload targets new 896c6c28939 openmp: use offload max_vf for chunk_size new 2a2e6e9894f openmp: Add IFN_GOMP_MAX_VF new d334f729e53 openmp: Add testcases for omp_max_vf
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/gimple-loop-versioning.cc | 2 +- gcc/internal-fn.cc | 8 +++++ gcc/internal-fn.def | 1 + gcc/omp-expand.cc | 64 ++++++++++++++++++++++++++-------- gcc/omp-general.cc | 17 +++++++-- gcc/omp-general.h | 2 +- gcc/omp-low.cc | 3 +- gcc/omp-offload.cc | 3 ++ gcc/testsuite/gcc.dg/gomp/max_vf-1.c | 37 ++++++++++++++++++++ libgomp/testsuite/libgomp.c/max_vf-1.c | 47 +++++++++++++++++++++++++ libgomp/testsuite/libgomp.c/max_vf-2.c | 21 +++++++++++ 11 files changed, 185 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gomp/max_vf-1.c create mode 100644 libgomp/testsuite/libgomp.c/max_vf-1.c create mode 100644 libgomp/testsuite/libgomp.c/max_vf-2.c