This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 061ca19 [XRay] Implement the `llvm-xray graph` subcommand new 6d821c2 ADMGPU/EG,CM: Implement _noret global atomics new aab72f0 Attempt to fix the MSVC build by using llvm::errc instead of [...] new 4ee9281 [InstCombine] use m_APInt instead of faking it
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: lib/Target/AMDGPU/EvergreenInstructions.td | 115 ++++- lib/Target/AMDGPU/R600ISelLowering.cpp | 5 + lib/Transforms/InstCombine/InstCombineShifts.cpp | 34 +- test/CodeGen/AMDGPU/r600.global_atomics.ll | 542 +++++++++++++++++++++++ tools/llvm-xray/xray-graph.cc | 8 +- 5 files changed, 673 insertions(+), 31 deletions(-) create mode 100644 test/CodeGen/AMDGPU/r600.global_atomics.ll