This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5015a4 [libfuzzer] do not use xargs for shell expansion new 2c87ca8 GlobalISel: restrict G_EXTRACT instruction to just one operand. new 48a77b7 [SLP] Revert r296863 due to miscompiles.
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: include/llvm/Analysis/LoopAccessAnalysis.h | 7 +- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 12 +- include/llvm/Target/GenericOpcodes.td | 4 +- lib/Analysis/LoopAccessAnalysis.cpp | 32 ++--- lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 4 +- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 37 ++--- lib/Target/AArch64/AArch64CallLowering.cpp | 45 +++--- lib/Target/AArch64/AArch64CallLowering.h | 3 +- lib/Target/ARM/ARMCallLowering.cpp | 4 +- lib/Target/ARM/ARMInstructionSelector.cpp | 20 ++- lib/Target/ARM/ARMRegisterBankInfo.cpp | 6 +- lib/Target/X86/X86CallLowering.cpp | 25 ++-- lib/Target/X86/X86CallLowering.h | 3 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 151 ++++++++++----------- test/CodeGen/AArch64/GlobalISel/call-translator.ll | 21 ++- .../AArch64/GlobalISel/irtranslator-exceptions.ll | 3 +- .../AArch64/GlobalISel/legalize-combines.mir | 3 +- .../ARM/GlobalISel/arm-instruction-select.mir | 6 +- test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 24 ++-- test/CodeGen/ARM/GlobalISel/arm-isel.ll | 3 +- test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 3 +- .../X86/GlobalISel/irtranslator-callingconv.ll | 30 ++-- .../GlobalISel/irtranslator-callingconv_64bit.ll | 8 +- .../SLPVectorizer/X86/jumbled-load-bug.ll | 43 ------ test/Transforms/SLPVectorizer/X86/jumbled-same.ll | 2 +- 26 files changed, 234 insertions(+), 267 deletions(-) delete mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-bug.ll