This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 92e6c94 AArch64: Don't call getIterator() on iterators new 4f657df Fix SystemZ compilation abort caused by negative AND mask new bc2ba71 [AMDGPU] add s_incperflevel/s_decperflevel intrinsics.
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 | 10 ++++++ lib/Target/AMDGPU/SIInstructions.td | 14 ++++++-- lib/Target/SystemZ/SystemZISelLowering.cpp | 37 +++++++++++++++++-- lib/Target/SystemZ/SystemZInstrInfo.td | 31 ---------------- test/CodeGen/AMDGPU/llvm.amdgcn.s.decperflevel.ll | 43 +++++++++++++++++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.s.incperflevel.ll | 43 +++++++++++++++++++++++ test/CodeGen/SystemZ/shift-11.ll | 22 ++++++++++++ 7 files changed, 164 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.s.decperflevel.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.s.incperflevel.ll