This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cee9af9 XRay: Add entry and exit sleds new 5906ff8 AMDGPU: Remove dead code new fb5f780 AMDGPU: Fix test not actually testing anything new 759af1e AMDGPU: Remove unused intrinsics new 04e6d26 AMDGPU/R600: Remove intrinsics with no tests and no users
The 4 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/AMDGPUISelLowering.cpp | 9 -- lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 - lib/Target/AMDGPU/AMDGPUInstructions.td | 8 +- lib/Target/AMDGPU/AMDGPUIntrinsics.td | 4 - lib/Target/AMDGPU/R600ISelLowering.cpp | 24 +---- lib/Target/AMDGPU/R600Instructions.td | 30 +----- lib/Target/AMDGPU/R600Intrinsics.td | 29 ++---- lib/Target/AMDGPU/SIISelLowering.cpp | 8 -- test/CodeGen/AMDGPU/llvm.AMDGPU.cvt_f32_ubyte.ll | 107 --------------------- test/CodeGen/AMDGPU/promote-alloca-lifetime.ll | 24 +++++ .../AMDGPU/promote-alloca-unhandled-intrinsic.ll | 8 +- 11 files changed, 43 insertions(+), 209 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.cvt_f32_ubyte.ll create mode 100644 test/CodeGen/AMDGPU/promote-alloca-lifetime.ll