This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a898e97f001 [lit] Remove dead code (not referenced anywhere), and clari [...] new c278dccfd0a AMDGPU: Remove SITypeRewriter
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.h | 1 - lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 1 - lib/Target/AMDGPU/CMakeLists.txt | 1 - lib/Target/AMDGPU/SITypeRewriter.cpp | 156 -------- test/CodeGen/AMDGPU/bug-vopc-commute.ll | 6 +- test/CodeGen/AMDGPU/llvm.SI.load.dword.ll | 22 +- test/CodeGen/AMDGPU/llvm.SI.tbuffer.store.ll | 20 +- test/CodeGen/AMDGPU/mubuf.ll | 22 +- test/CodeGen/AMDGPU/ret_jump.ll | 7 +- test/CodeGen/AMDGPU/scheduler-subrange-crash.ll | 12 +- test/CodeGen/AMDGPU/sgpr-copy.ll | 94 ++--- test/CodeGen/AMDGPU/si-lod-bias.ll | 17 +- test/CodeGen/AMDGPU/si-sgpr-spill.ll | 398 ++++++++++----------- test/CodeGen/AMDGPU/si-spill-cf.ll | 136 +++---- test/CodeGen/AMDGPU/smrd.ll | 48 +-- test/CodeGen/AMDGPU/split-smrd.ll | 4 +- .../AMDGPU/vgpr-spill-emergency-stack-slot.ll | 20 +- 17 files changed, 401 insertions(+), 564 deletions(-) delete mode 100644 lib/Target/AMDGPU/SITypeRewriter.cpp