This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 49d7488 Revert "[JumpThreading] Thread through guards" new aae1337 [AMDGPU] Revert failed scheduling
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/AMDGPUTargetMachine.cpp | 3 +- lib/Target/AMDGPU/GCNSchedStrategy.cpp | 117 +++- lib/Target/AMDGPU/GCNSchedStrategy.h | 23 +- test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll | 19 +- test/CodeGen/AMDGPU/mul.ll | 32 +- test/CodeGen/AMDGPU/schedule-regpressure-limit.ll | 589 +++++++++++++++++++++ .../AMDGPU/vgpr-spill-emergency-stack-slot.ll | 19 +- 7 files changed, 732 insertions(+), 70 deletions(-) create mode 100644 test/CodeGen/AMDGPU/schedule-regpressure-limit.ll