This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 93f67358758 [InstCombine] Get rid of select of bittest (PR36950 / PR17564) new f6621a4e4b9 Reapply ARM: Do not spill CSR to stack on entry to noreturn [...]
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: include/llvm/CodeGen/TargetFrameLowering.h | 4 ++ lib/CodeGen/TargetFrameLoweringImpl.cpp | 20 +++++++ lib/Target/ARM/ARMFrameLowering.cpp | 12 +++++ lib/Target/ARM/ARMFrameLowering.h | 2 + test/CodeGen/AArch64/arm64-shrink-wrapping.ll | 4 +- test/CodeGen/ARM/arm-shrink-wrapping.ll | 2 +- test/CodeGen/ARM/noreturn-csr-skip.mir | 65 +++++++++++++++++++++++ test/CodeGen/PowerPC/ppc-shrink-wrapping.ll | 2 +- test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 2 +- test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll | 10 ++-- test/CodeGen/X86/x86-shrink-wrapping.ll | 2 +- 11 files changed, 114 insertions(+), 11 deletions(-) create mode 100644 test/CodeGen/ARM/noreturn-csr-skip.mir