[PATCH] D65567: [ARM][ParallelDSP] Generate SMUAD

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 02:42:39 PDT 2019


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

Generate a SMUAD, instead of a SMLAD with a zero operand, if we don't find an incoming accumulator value for the parallel mac.


https://reviews.llvm.org/D65567

Files:
  lib/Target/ARM/ARMParallelDSP.cpp
  test/CodeGen/ARM/ParallelDSP/blocks.ll
  test/CodeGen/ARM/ParallelDSP/inner-full-unroll.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65567.212765.patch
Type: text/x-patch
Size: 11691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190801/0f6ccb15/attachment.bin>


More information about the llvm-commits mailing list