This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7356a977a5a [CGP] Re-enable Select in complex addressing mode new ef93cf0a24b [ARM] Fix erroneous availability of SMMLS for Armv7-M new 8eb918fc8ad [ARM] Add codegen for SMMULR, SMMLAR and SMMLSR
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/ARM.td | 3 +- lib/Target/ARM/ARMISelDAGToDAG.cpp | 2 +- lib/Target/ARM/ARMISelLowering.cpp | 153 +++++++++++++++++++++------------ lib/Target/ARM/ARMISelLowering.h | 2 + lib/Target/ARM/ARMInstrInfo.td | 17 +++- lib/Target/ARM/ARMInstrThumb2.td | 10 ++- test/CodeGen/ARM/dsp-mlal.ll | 171 +++++++++++++++++++++++++++++++++++++ test/CodeGen/ARM/smml.ll | 2 + 8 files changed, 297 insertions(+), 63 deletions(-) create mode 100644 test/CodeGen/ARM/dsp-mlal.ll