This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b1a24af [NVPTX] Unify vectorization of load/stores of aggregate argum [...] new aac82e2 AMDGPU: Redefine clamp node as clamp 0.0-1.0
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/AMDGPU.td | 6 + lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 2 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 59 +++- lib/Target/AMDGPU/AMDGPUISelLowering.h | 5 + lib/Target/AMDGPU/AMDGPUInstrInfo.td | 2 +- lib/Target/AMDGPU/AMDGPUInstructions.td | 2 +- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 3 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 13 +- lib/Target/AMDGPU/SIISelLowering.cpp | 80 ++++- lib/Target/AMDGPU/SIISelLowering.h | 3 + lib/Target/AMDGPU/SIInstrInfo.td | 1 + lib/Target/AMDGPU/SIInstructions.td | 16 +- test/CodeGen/AMDGPU/clamp.ll | 535 +++++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/hsa-fp-mode.ll | 11 + test/CodeGen/AMDGPU/llvm.AMDGPU.clamp.ll | 8 +- 15 files changed, 713 insertions(+), 33 deletions(-) create mode 100644 test/CodeGen/AMDGPU/clamp.ll