This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6de2a82 AMDGPU: Remove llvm.AMDGPU.clamp intrinsic new 7d93793 AMDGPU: Remove some uses of llvm.SI.export in tests
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: test/CodeGen/AMDGPU/amdgcn.bitcast.ll | 8 +- test/CodeGen/AMDGPU/commute-shifts.ll | 6 +- test/CodeGen/AMDGPU/default-fp-mode.ll | 7 +- test/CodeGen/AMDGPU/elf.ll | 8 +- test/CodeGen/AMDGPU/imm.ll | 15 + test/CodeGen/AMDGPU/insert-waits-exp.mir | 10 +- test/CodeGen/AMDGPU/llvm.AMDGPU.kill.ll | 29 +- test/CodeGen/AMDGPU/llvm.amdgcn.image.ll | 172 +++-- test/CodeGen/AMDGPU/llvm.amdgcn.interp.ll | 74 ++- test/CodeGen/AMDGPU/llvm.amdgcn.mbcnt.ll | 24 +- test/CodeGen/AMDGPU/lshl.ll | 15 - test/CodeGen/AMDGPU/lshr.ll | 15 - test/CodeGen/AMDGPU/mulhu.ll | 17 - test/CodeGen/AMDGPU/ret.ll | 207 +++--- test/CodeGen/AMDGPU/seto.ll | 7 +- test/CodeGen/AMDGPU/setuo.ll | 7 +- test/CodeGen/AMDGPU/sgpr-copy.ll | 129 ++-- test/CodeGen/AMDGPU/shl.ll | 14 +- test/CodeGen/AMDGPU/si-literal-folding.ll | 14 - test/CodeGen/AMDGPU/si-lod-bias.ll | 26 +- test/CodeGen/AMDGPU/si-scheduler.ll | 31 +- test/CodeGen/AMDGPU/si-sgpr-spill.ll | 17 +- test/CodeGen/AMDGPU/si-spill-cf.ll | 732 ++++++++++----------- test/CodeGen/AMDGPU/smrd.ll | 114 ++-- test/CodeGen/AMDGPU/spill-m0.ll | 10 +- test/CodeGen/AMDGPU/split-smrd.ll | 22 +- test/CodeGen/AMDGPU/subreg-coalescer-crash.ll | 43 +- test/CodeGen/AMDGPU/udiv.ll | 28 +- test/CodeGen/AMDGPU/urecip.ll | 13 - .../AMDGPU/vgpr-spill-emergency-stack-slot.ll | 76 +-- test/CodeGen/AMDGPU/wait.ll | 57 +- test/CodeGen/AMDGPU/wqm.ll | 13 +- .../StructurizeCFG/rebuild-ssa-infinite-loop.ll | 57 +- 33 files changed, 952 insertions(+), 1065 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/lshl.ll delete mode 100644 test/CodeGen/AMDGPU/lshr.ll delete mode 100644 test/CodeGen/AMDGPU/mulhu.ll delete mode 100644 test/CodeGen/AMDGPU/si-literal-folding.ll delete mode 100644 test/CodeGen/AMDGPU/urecip.ll