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

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 23 09:10:57 PDT 2018


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

Added tests for:

- non load operand to the add,
- immediate operand to the add,
- volatile store
- non-consecutive loads


https://reviews.llvm.org/D49239

Files:
  lib/Target/ARM/ARMParallelDSP.cpp
  test/CodeGen/ARM/paralleldsp-imm.ll
  test/CodeGen/ARM/paralleldsp-nonseq.ll
  test/CodeGen/ARM/paralleldsp-splat.ll
  test/CodeGen/ARM/paralleldsp-volatile.ll
  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.156803.patch
Type: text/x-patch
Size: 69801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180723/9047a0e5/attachment-0001.bin>


More information about the llvm-commits mailing list