This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5011204f5c7 AMDGPU/GlobalISel: Fall-back to SelectionDAG for non-void f [...] new e843f71e41f AMDGPU: Remove deprecated llvm.AMDGPU.kilp intrinsic new 13059298290 Bring back APInt self-move assignment check for MSVC only new 86e361fbbcf [llvm-objcopy] Adjust the help message
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: include/llvm/ADT/APInt.h | 5 ++++ lib/Target/AMDGPU/AMDGPUIntrinsics.td | 1 - lib/Target/AMDGPU/R600Instructions.td | 5 ---- lib/Target/AMDGPU/SIInstructions.td | 5 ---- test/CodeGen/AMDGPU/llvm.amdgpu.kilp.ll | 19 -------------- test/CodeGen/AMDGPU/si-lower-control-flow-kill.ll | 10 ++++--- tools/llvm-objcopy/Opts.td | 6 ++--- unittests/ADT/APIntTest.cpp | 32 +++++++++++++++++++++++ 8 files changed, 46 insertions(+), 37 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/llvm.amdgpu.kilp.ll