[PATCH] D66993: [ARM][ParallelDSP] SExt mul for accumulation

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 01:33:30 PDT 2019


samparker created this revision.
samparker added reviewers: dmgreen, efriedma, SjoerdMeijer.
Herald added subscribers: kristof.beyls, javed.absar.

For any unpaired muls, we accumulate them as an input to the reduction. Check the type of the mul and perform a sext if the existing accumlator input type is not the same.


https://reviews.llvm.org/D66993

Files:
  lib/Target/ARM/ARMParallelDSP.cpp
  test/CodeGen/ARM/ParallelDSP/pr43073.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66993.218036.patch
Type: text/x-patch
Size: 9126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190830/5a146e67/attachment.bin>


More information about the llvm-commits mailing list