This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7d7f10bcdd4 [GISel]:Skip legalizing Intermediate inst(with generic types) new 24aaeeb480b AMDGPU: GFX9 GS and HS shaders always have the scratch wave [...]
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/SIFrameLowering.cpp | 3 +- lib/Target/AMDGPU/SIISelLowering.cpp | 14 +++- lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 8 ++- test/CodeGen/AMDGPU/local-stack-slot-bug.ll | 26 ------- test/CodeGen/AMDGPU/scratch-simple.ll | 103 ++++++++++++++++++++++++++++ 5 files changed, 123 insertions(+), 31 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/local-stack-slot-bug.ll create mode 100644 test/CodeGen/AMDGPU/scratch-simple.ll