This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 52192eb65c4 [HardwareLoops] Optimisation remarks new 6b90b027ec0 [ARM][ParallelDSP] Change smlad insertion order
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: lib/Target/ARM/ARMParallelDSP.cpp | 67 ++++++--- test/CodeGen/ARM/ParallelDSP/blocks.ll | 159 +++++++++++++++++++++ test/CodeGen/ARM/ParallelDSP/complex_dot_prod.ll | 58 ++++++-- test/CodeGen/ARM/ParallelDSP/exchange.ll | 12 +- test/CodeGen/ARM/ParallelDSP/inner-full-unroll.ll | 4 +- test/CodeGen/ARM/ParallelDSP/multi-use-loads.ll | 36 ++--- test/CodeGen/ARM/ParallelDSP/overlapping.ll | 18 +-- test/CodeGen/ARM/ParallelDSP/pr43073.ll | 16 +-- test/CodeGen/ARM/ParallelDSP/smlad11.ll | 4 +- test/CodeGen/ARM/ParallelDSP/smladx-1.ll | 9 +- test/CodeGen/ARM/ParallelDSP/smlaldx-1.ll | 9 +- test/CodeGen/ARM/ParallelDSP/smlaldx-2.ll | 9 +- test/CodeGen/ARM/ParallelDSP/unroll-n-jam-smlad.ll | 6 +- 13 files changed, 316 insertions(+), 91 deletions(-)