This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b93d8873cda [RISC-V] Fix ICE due to splitter emitting constant loads directly new 37b454b7e17 gcn: Add experimental MI300 (gfx942) support
The 1 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/config/gcn/gcn-devices.def | 33 ++++ gcc/config/gcn/gcn-opts.h | 13 +- gcc/config/gcn/gcn-tables.opt | 9 ++ gcc/config/gcn/gcn-valu.md | 8 +- gcc/config/gcn/gcn.cc | 8 +- gcc/config/gcn/gcn.h | 2 + gcc/config/gcn/gcn.md | 168 +++++++++++++-------- gcc/doc/install.texi | 17 ++- gcc/doc/invoke.texi | 10 ++ ...riant-4-gfx900.c => declare-variant-4-gfx942.c} | 4 +- libgomp/testsuite/libgomp.c/declare-variant-4.h | 8 + 11 files changed, 202 insertions(+), 78 deletions(-) copy libgomp/testsuite/libgomp.c/{declare-variant-4-gfx900.c => declare-variant-4- [...]