This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e99f0eb61e9 [AArch64] - Return address signing dwarf support new 3502f75dcf1 Fixes removal of dead elements from PressureDiff (PR37252). new ae073c99a46 [CodeGen] Enable tail calls for functions with NonNull attributes.
The 2 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/CodeGen/Analysis.cpp | 6 +- lib/CodeGen/CodeGenPrepare.cpp | 9 --- lib/CodeGen/RegisterPressure.cpp | 3 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 +- test/CodeGen/ARM/tail-call.ll | 12 ++++ test/CodeGen/X86/divrem.ll | 24 +++---- test/CodeGen/X86/divrem8_ext.ll | 2 +- test/CodeGen/X86/musttail-varargs.ll | 4 +- test/CodeGen/X86/pr38539.ll | 30 ++++----- test/Transforms/CodeGenPrepare/ARM/tailcall-dup.ll | 77 ++++++++++++++++++++++ 10 files changed, 127 insertions(+), 44 deletions(-) create mode 100644 test/Transforms/CodeGenPrepare/ARM/tailcall-dup.ll