This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fbce0a58251 [NFC] Updated test new c10b10a2634 [NFC] Unbreak tests new ab5049881b8 [ARM][ParallelDSP] Change search for muls
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/ARMParallelDSP.cpp | 351 +++++++++++++++------------- test/CodeGen/ARM/O3-pipeline.ll | 3 +- test/CodeGen/ARM/ParallelDSP/blocks.ll | 79 +++++++ test/CodeGen/ARM/ParallelDSP/exchange.ll | 329 ++++++++++++++++++++++++++ test/CodeGen/ARM/ParallelDSP/overlapping.ll | 172 ++++++++++++++ test/CodeGen/ARM/ParallelDSP/pr42729.ll | 4 +- test/CodeGen/ARM/ParallelDSP/pr43073.ll | 145 ++++++++++++ test/CodeGen/ARM/ParallelDSP/smlad11.ll | 4 +- test/CodeGen/ARM/ParallelDSP/smlad12.ll | 2 +- test/CodeGen/ARM/ParallelDSP/smlaldx-2.ll | 4 +- test/Transforms/InstCombine/objsize-64.ll | 2 - 11 files changed, 918 insertions(+), 177 deletions(-) create mode 100644 test/CodeGen/ARM/ParallelDSP/blocks.ll create mode 100644 test/CodeGen/ARM/ParallelDSP/exchange.ll create mode 100644 test/CodeGen/ARM/ParallelDSP/overlapping.ll create mode 100644 test/CodeGen/ARM/ParallelDSP/pr43073.ll