This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a3c8656 [X86][AVX512] Adding missing shuffle lowering to blend mask i [...] new 0aacbaa [ARM] CodeGen: Remove AddDefaultPred. NFC.
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/MachineInstrBuilder.h | 7 + lib/Target/ARM/A15SDOptimizer.cpp | 24 +- lib/Target/ARM/ARMBaseInstrInfo.cpp | 278 ++++++++++--------- lib/Target/ARM/ARMBaseInstrInfo.h | 13 +- lib/Target/ARM/ARMBaseRegisterInfo.cpp | 2 +- lib/Target/ARM/ARMCallLowering.cpp | 2 +- lib/Target/ARM/ARMExpandPseudoInsts.cpp | 86 +++--- lib/Target/ARM/ARMFastISel.cpp | 14 +- lib/Target/ARM/ARMFrameLowering.cpp | 374 ++++++++++++++----------- lib/Target/ARM/ARMISelLowering.cpp | 420 +++++++++++++++++------------ lib/Target/ARM/ARMInstrInfo.cpp | 9 +- lib/Target/ARM/ARMInstructionSelector.cpp | 6 +- lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 5 +- lib/Target/ARM/Thumb1FrameLowering.cpp | 97 +++---- lib/Target/ARM/Thumb1InstrInfo.cpp | 31 ++- lib/Target/ARM/Thumb2InstrInfo.cpp | 51 ++-- lib/Target/ARM/Thumb2SizeReduction.cpp | 15 +- lib/Target/ARM/ThumbRegisterInfo.cpp | 26 +- 18 files changed, 830 insertions(+), 630 deletions(-)