This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fe665405b7a [DAGCombiner] disable truncation of binops by default new d687922c19d AMDGPU: Remove llvm.AMDGPU.kill new 8edf4fa92d7 AMDGPU: Remove llvm.SI.buffer.load.dword
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: lib/Target/AMDGPU/AMDGPU.td | 1 - lib/Target/AMDGPU/AMDGPUIntrinsicInfo.cpp | 4 +- lib/Target/AMDGPU/AMDGPUIntrinsicInfo.h | 2 +- lib/Target/AMDGPU/AMDGPUIntrinsics.td | 16 ------ lib/Target/AMDGPU/BUFInstructions.td | 48 ----------------- lib/Target/AMDGPU/SIISelLowering.cpp | 17 +----- lib/Target/AMDGPU/SIIntrinsics.td | 14 ----- test/CodeGen/AMDGPU/default-fp-mode.ll | 14 +++-- test/CodeGen/AMDGPU/llvm.AMDGPU.kill.ll | 35 ------------ test/CodeGen/AMDGPU/llvm.SI.load.dword.ll | 54 ------------------- test/CodeGen/AMDGPU/llvm.amdgcn.wqm.vote.ll | 9 ++-- test/CodeGen/AMDGPU/mubuf.ll | 6 +-- test/CodeGen/AMDGPU/scheduler-subrange-crash.ll | 4 +- test/CodeGen/AMDGPU/skip-if-dead.ll | 72 ++++++++++++++----------- test/CodeGen/AMDGPU/wqm.ll | 8 +-- 15 files changed, 66 insertions(+), 238 deletions(-) delete mode 100644 lib/Target/AMDGPU/AMDGPUIntrinsics.td delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.kill.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.load.dword.ll