This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b52849d771c [SelectionDAGISel] Suppress a -Wunused-but-set-variable war [...] new 3c1f69b206d [AMDGPU] Remove FeatureVGPRSpilling
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.td | 6 -- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 8 +-- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 5 -- lib/Target/AMDGPU/AMDGPUSubtarget.h | 3 - lib/Target/AMDGPU/SIInstrInfo.cpp | 19 ------- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 15 ++--- test/CodeGen/AMDGPU/local-stack-slot-offset.ll | 4 +- test/CodeGen/AMDGPU/noop-shader-O0.ll | 66 ++++++++++++++++++++++ .../AMDGPU/schedule-vs-if-nested-loop-failure.ll | 4 +- test/CodeGen/AMDGPU/scratch-simple.ll | 6 +- test/CodeGen/AMDGPU/selected-stack-object.ll | 15 ----- test/CodeGen/AMDGPU/si-sgpr-spill.ll | 4 +- test/CodeGen/AMDGPU/spill-m0.ll | 10 ++-- .../vgpr-spill-emergency-stack-slot-compute.ll | 8 +-- .../AMDGPU/vgpr-spill-emergency-stack-slot.ll | 6 +- 15 files changed, 95 insertions(+), 84 deletions(-) create mode 100644 test/CodeGen/AMDGPU/noop-shader-O0.ll delete mode 100644 test/CodeGen/AMDGPU/selected-stack-object.ll