This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0ddf101 Remove useless local variable. new a0240d6 AMDGPU: Remove SI_fs_constant and SI_fs_interp intrinsics new 61239b0 AMDGPU: Remove llvm.SI.sendmsg
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/AMDGPUTargetTransformInfo.cpp | 23 +- lib/Target/AMDGPU/SIISelLowering.cpp | 32 +- lib/Target/AMDGPU/SIIntrinsics.td | 7 - .../DivergenceAnalysis/AMDGPU/interp-intrinsics.ll | 22 - test/CodeGen/AMDGPU/coalescer-subrange-crash.ll | 38 +- test/CodeGen/AMDGPU/llvm.SI.fs.interp.ll | 59 -- test/CodeGen/AMDGPU/llvm.amdgcn.interp.ll | 51 +- test/CodeGen/AMDGPU/llvm.amdgcn.sendmsg.ll | 62 --- test/CodeGen/AMDGPU/ret_jump.ll | 22 +- test/CodeGen/AMDGPU/sgpr-copy.ll | 183 ++++--- test/CodeGen/AMDGPU/si-lod-bias.ll | 32 +- test/CodeGen/AMDGPU/si-scheduler.ll | 34 +- test/CodeGen/AMDGPU/si-sgpr-spill.ll | 610 +++++++++++++++------ test/CodeGen/AMDGPU/spill-m0.ll | 13 +- test/CodeGen/AMDGPU/unigine-liveness-crash.ll | 32 +- 15 files changed, 710 insertions(+), 510 deletions(-) delete mode 100644 test/Analysis/DivergenceAnalysis/AMDGPU/interp-intrinsics.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.fs.interp.ll