This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9e3bbb4a802 asan: Mark instrumented vars addressable [PR102656] new 8e5c34ab45f [nvptx] Use nvptx_warpsync / nvptx_uniform_warp_check for - [...] new 9ed52438b8c [nvptx] Don't skip atomic insns in nvptx_reorg_uniform_simt new 69cb3f2abb9 [nvptx] Use _ as destination operand of atom.exch
The 3 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/nvptx/nvptx.cc | 66 +++++++++++++++++++--- gcc/config/nvptx/nvptx.md | 25 ++++++-- gcc/testsuite/gcc.target/nvptx/atomic-store-1.c | 4 +- gcc/testsuite/gcc.target/nvptx/uniform-simt-1.c | 1 + .../nvptx/{uniform-simt-1.c => uniform-simt-2.c} | 4 +- gcc/testsuite/gcc.target/nvptx/uniform-simt-3.c | 4 ++ 6 files changed, 87 insertions(+), 17 deletions(-) copy gcc/testsuite/gcc.target/nvptx/{uniform-simt-1.c => uniform-simt-2.c} (61%) create mode 100644 gcc/testsuite/gcc.target/nvptx/uniform-simt-3.c