This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aac82e2 AMDGPU: Redefine clamp node as clamp 0.0-1.0 new 6de2a82 AMDGPU: Remove llvm.AMDGPU.clamp intrinsic
The 1 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 | 11 - lib/Target/AMDGPU/AMDGPUIntrinsics.td | 2 - test/CodeGen/AMDGPU/big_alu.ll | 110 +++--- test/CodeGen/AMDGPU/kcache-fold.ll | 186 +++++---- test/CodeGen/AMDGPU/llvm.AMDGPU.clamp.ll | 56 --- test/CodeGen/AMDGPU/pv.ll | 458 +++++++++++----------- test/CodeGen/AMDGPU/schedule-fs-loop-nested-if.ll | 130 +++--- test/CodeGen/AMDGPU/schedule-fs-loop-nested.ll | 137 +++---- test/CodeGen/AMDGPU/schedule-fs-loop.ll | 121 +++--- test/CodeGen/AMDGPU/si-sgpr-spill.ll | 374 ++++++++---------- test/CodeGen/AMDGPU/unigine-liveness-crash.ll | 16 +- 11 files changed, 776 insertions(+), 825 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.clamp.ll