This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae073c99a46 [CodeGen] Enable tail calls for functions with NonNull attributes. new 78e19a9d43e [ARM] Fix for PR39060 new 88c138a88a9 [X86][SSE] Use ISD::MULHS for constant vXi16 ISD::SRA lower [...]
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/Target/ARM/ARMCodeGenPrepare.cpp | 131 ++++++++--- lib/Target/X86/X86ISelLowering.cpp | 24 ++ test/CodeGen/ARM/arm-cgp-overflow.ll | 133 ++++++++++- test/CodeGen/ARM/arm-cgp-signed-icmps.ll | 25 +- test/CodeGen/ARM/pr39060.ll | 33 +++ test/CodeGen/X86/combine-sdiv.ll | 371 +++++++++++------------------- test/CodeGen/X86/vector-shift-ashr-128.ll | 37 +-- test/CodeGen/X86/vector-shift-ashr-256.ll | 74 ++---- 8 files changed, 481 insertions(+), 347 deletions(-) create mode 100644 test/CodeGen/ARM/pr39060.ll