[PATCH] D67220: [ARM][ParallelDSP] Fix for sext input

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 04:20:57 PDT 2019


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

The incoming accumulator value can be discovered through a sext, in which case there will be a mismatch between the input and the result. So sign extend the accumulator input if we're performing a 64-bit mac.


https://reviews.llvm.org/D67220

Files:
  lib/Target/ARM/ARMParallelDSP.cpp
  test/CodeGen/ARM/ParallelDSP/blocks.ll
  test/CodeGen/ARM/ParallelDSP/sext-acc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67220.218887.patch
Type: text/x-patch
Size: 9013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190905/2c84afcd/attachment.bin>


More information about the llvm-commits mailing list