This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 523219b1db2 [WebAssembly] Add the signature for the new llround builtin [...] new 4865fdf3459 AMDGPU: Fix not marking new gfx10 SGPRs as CSRs new 972131f95cb AMDGPU: Assume call pseudos are convergent
The 2 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: lib/Target/AMDGPU/AMDGPUCallingConv.td | 6 +- lib/Target/AMDGPU/SIInstructions.td | 6 ++ test/CodeGen/AMDGPU/csr-gfx10.ll | 15 +++ test/CodeGen/AMDGPU/tail-duplication-convergent.ll | 105 +++++++++++++++++++++ 4 files changed, 129 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/AMDGPU/csr-gfx10.ll create mode 100644 test/CodeGen/AMDGPU/tail-duplication-convergent.ll