This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from af8c7ce [libFuzzer] Update traces hooks test after r293741 new 1cfed01 AMDGPU : Update TrapCode based on Trap Handler ABI. new e184e01 AMDGPU: Fold FP clamp as modifier bit
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/AMDGPUSubtarget.h | 16 +- lib/Target/AMDGPU/SIDefines.h | 4 +- lib/Target/AMDGPU/SIFoldOperands.cpp | 76 +++++++++- lib/Target/AMDGPU/SIISelLowering.cpp | 4 +- lib/Target/AMDGPU/SIInstrFormats.td | 5 + lib/Target/AMDGPU/SIInstrInfo.h | 8 + lib/Target/AMDGPU/SIInstrInfo.td | 7 +- lib/Target/AMDGPU/SIInstructions.td | 4 +- lib/Target/AMDGPU/VOPInstructions.td | 1 + test/CodeGen/AMDGPU/clamp-modifier.ll | 190 ++++++++++++++++++++++++ test/CodeGen/AMDGPU/clamp-omod-special-case.mir | 135 +++++++++++++++++ test/CodeGen/AMDGPU/clamp.ll | 15 +- test/CodeGen/AMDGPU/trap.ll | 4 +- 13 files changed, 439 insertions(+), 30 deletions(-) create mode 100644 test/CodeGen/AMDGPU/clamp-modifier.ll create mode 100644 test/CodeGen/AMDGPU/clamp-omod-special-case.mir