[PATCH] D49239: [ARM] SADD16 support in ParallelDSP

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 23 08:35:25 PDT 2018


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

Performed a rebase and added a test from a manually unrolled example. I've also added an option to control the use of the GE writing flags - really I think this should go as a subtarget feature so this can be used across this pass and ARMCodeGenPrepare.


https://reviews.llvm.org/D49239

Files:
  lib/Target/ARM/ARMParallelDSP.cpp
  test/CodeGen/ARM/sadd16-alias.ll
  test/CodeGen/ARM/sadd16.ll
  test/CodeGen/ARM/sadd8.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49239.156798.patch
Type: text/x-patch
Size: 61186 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180723/7d50398c/attachment.bin>


More information about the llvm-commits mailing list