This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7f7fc30dedb [ARM] Add and adjust saturation tests for upcoming qadd cha [...] new 32893f05023 [ARM] Lower sadd_sat to qadd8 and qadd16 new 7fc698b06ac [MemCpyOpt] Fixing Incorrect Code Motion while Handling Agg [...]
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/ARMISelLowering.cpp | 59 ++++++++- lib/Target/ARM/ARMISelLowering.h | 6 + lib/Target/ARM/ARMInstrInfo.td | 14 +++ lib/Target/ARM/ARMInstrThumb2.td | 9 ++ lib/Transforms/Scalar/MemCpyOptimizer.cpp | 8 +- test/CodeGen/ARM/sadd_sat.ll | 141 +++++++++++++++------- test/CodeGen/ARM/sadd_sat_plus.ll | 38 ++---- test/CodeGen/ARM/ssub_sat.ll | 141 +++++++++++++++------- test/CodeGen/ARM/ssub_sat_plus.ll | 87 ++++++------- test/Transforms/MemCpyOpt/aggregate-type-crash.ll | 30 +++++ 10 files changed, 366 insertions(+), 167 deletions(-) create mode 100644 test/Transforms/MemCpyOpt/aggregate-type-crash.ll