This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7c1642c [X86][MS-compatability]Allow named synonymous for MS-assembly [...] new f486610 AMDGPU: Remove legacy image intrinsics new 452506a AMDGPU: Remove legacy export intrinsic
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/MIMGInstructions.td | 100 ---- lib/Target/AMDGPU/SIISelLowering.cpp | 23 - lib/Target/AMDGPU/SIIntrinsics.td | 130 ----- test/CodeGen/AMDGPU/insert_vector_elt.ll | 9 +- test/CodeGen/AMDGPU/llvm.SI.export.ll | 237 ---------- test/CodeGen/AMDGPU/llvm.SI.gather4.ll | 525 --------------------- test/CodeGen/AMDGPU/llvm.SI.getlod.ll | 44 -- test/CodeGen/AMDGPU/llvm.SI.image.ll | 49 -- test/CodeGen/AMDGPU/llvm.SI.image.sample-masked.ll | 94 ---- test/CodeGen/AMDGPU/llvm.SI.image.sample.ll | 309 ------------ test/CodeGen/AMDGPU/llvm.SI.image.sample.o.ll | 309 ------------ test/CodeGen/AMDGPU/llvm.SI.load.dword.ll | 7 +- 12 files changed, 10 insertions(+), 1826 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.export.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.gather4.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.getlod.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.image.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.image.sample-masked.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.image.sample.ll delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.image.sample.o.ll