This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3361f1d [InstSimplify] Use APInt::isMaxSignedValue() instead of compa [...] new 83c5596 [InstSimplify] Use m_SignBit instead of calling getSignBit an [...] new 3c1dcdd AMDGPU: Add all atomicrmw fields to atomic.inc/dec
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: include/llvm/IR/IntrinsicsAMDGPU.td | 17 ++-- lib/Analysis/InstructionSimplify.cpp | 6 +- lib/Target/AMDGPU/SIISelLowering.cpp | 7 +- lib/Transforms/Scalar/InferAddressSpaces.cpp | 10 +- test/Analysis/DivergenceAnalysis/AMDGPU/atomics.ll | 24 ++--- test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 12 +-- test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll | 104 +++++++++++++-------- test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll | 93 +++++++++--------- .../InferAddressSpaces/AMDGPU/intrinsics.ll | 94 +++++++++++++++---- 9 files changed, 225 insertions(+), 142 deletions(-)