This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b70e96e revert commit r286761, some builds failed on Win platforms new 4404d0d AMDGPU: Implement SGPR spilling with scalar stores
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/SIInsertWaits.cpp | 43 ++++- lib/Target/AMDGPU/SIInstrInfo.cpp | 14 +- lib/Target/AMDGPU/SIRegisterInfo.cpp | 106 ++++++++++++- test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll | 36 +++-- test/CodeGen/AMDGPU/basic-branch.ll | 2 +- test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll | 46 +++++- test/CodeGen/AMDGPU/spill-m0.ll | 21 ++- .../MIR/AMDGPU/scalar-store-cache-flush.mir | 173 +++++++++++++++++++++ 8 files changed, 403 insertions(+), 38 deletions(-) create mode 100644 test/CodeGen/MIR/AMDGPU/scalar-store-cache-flush.mir