This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d7620a3317c gn build: Merge r356080 new c06a0f6ec2c AMDGPU: Don't add unnecessary convergent attributes new 496c1dd07c4 ARM: Add ImmArg to intrinsics new 32ff027088c Note ImmArg in documentation for adding intrinsics
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: docs/ExtendingLLVM.rst | 12 +-- include/llvm/IR/IntrinsicsARM.td | 36 ++++---- lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp | 21 +---- test/CodeGen/ARM/cdp.ll | 13 --- test/CodeGen/ARM/cdp2.ll | 13 --- test/Verifier/ARM/intrinsic-immarg.ll | 102 +++++++++++++++++++++++ test/{CodeGen/MIR => Verifier}/ARM/lit.local.cfg | 0 7 files changed, 129 insertions(+), 68 deletions(-) delete mode 100644 test/CodeGen/ARM/cdp.ll delete mode 100644 test/CodeGen/ARM/cdp2.ll create mode 100644 test/Verifier/ARM/intrinsic-immarg.ll copy test/{CodeGen/MIR => Verifier}/ARM/lit.local.cfg (100%)