This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df156ba Remove /Zc:sizedDealloc- from the MSVC build new ee082f5 AMDGPU/SI: Allow using SGPRs 96-101 on VI new 36d5f19 AMDGPU/SI: Don't reserve FLAT_SCR on non-HSA targets & withou [...] new 29e2dd8 AMDGPU/SI: Don't reserve XNACK when it's disabled new 402e47a AMDGPU/SI: Remove XNACK feature from CI
The 4 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 | 10 +++- lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 50 +++++++++++++----- lib/Target/AMDGPU/GCNSchedStrategy.cpp | 2 +- lib/Target/AMDGPU/SIRegisterInfo.cpp | 33 ++++++++---- lib/Target/AMDGPU/SIRegisterInfo.h | 7 ++- .../AMDGPU/attr-amdgpu-flat-work-group-size.ll | 4 +- test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll | 24 ++++----- test/CodeGen/AMDGPU/attr-amdgpu-waves-per-eu.ll | 4 +- test/CodeGen/AMDGPU/exceed-max-sgprs.ll | 4 +- test/CodeGen/AMDGPU/flat-scratch-reg.ll | 59 ++++++++++++++-------- test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll | 13 ++--- test/CodeGen/AMDGPU/spill-m0.ll | 15 +++--- 12 files changed, 143 insertions(+), 82 deletions(-)