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

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 2 01:50:38 PDT 2019


samparker updated this revision to Diff 218305.
samparker added a comment.

Bah! You're right, it doesn't make sense and there wasn't a test for it... I'm now querying the root for the type and creating the right zero accumulator input if needed. Added more 64-bit tests too.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66993/new/

https://reviews.llvm.org/D66993

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66993.218305.patch
Type: text/x-patch
Size: 20299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190902/d1a632c4/attachment.bin>


More information about the llvm-commits mailing list