This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from c64e8a52af5 Use 'GOMP_MAP_VARS_TARGET' for OpenACC compute constructs [ [...] new 61453f32d28 amdgcn: vec_extract no-op insns new 47cfa2d657e amdgcn: gather/scatter with DImode offsets new 833d374cd75 vect: Fix missed gather load opportunity new 9d0ea7a55ac amdgcn: Fix register size bug
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/ChangeLog.omp | 30 +++++ gcc/config/gcn/gcn-protos.h | 1 + gcc/config/gcn/gcn-valu.md | 184 ++++++++++++++++++++++++++++-- gcc/config/gcn/gcn.cc | 31 +++++ gcc/config/gcn/predicates.md | 7 ++ gcc/testsuite/ChangeLog.omp | 6 + gcc/testsuite/gcc.dg/vect/vect-gather-5.c | 42 +++++++ gcc/tree-vect-data-refs.cc | 1 + 8 files changed, 293 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-gather-5.c