[PATCH] D51983: [ARM] bottom-top mul support in ARMParallelDSP
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 20 03:53:25 PDT 2018
samparker updated this revision to Diff 166256.
samparker edited reviewers, added: rnk; removed: javed.absar.
samparker added a comment.
Herald added a subscriber: srhines.
Herald added a reviewer: javed.absar.
The patch caused an assert on some vectorized code because I missed a check that the muls are plain integer types.
https://reviews.llvm.org/D51983
Files:
lib/Target/ARM/ARMParallelDSP.cpp
test/CodeGen/ARM/paralleldsp-top-bottom-neg-vec.ll
test/CodeGen/ARM/paralleldsp-top-bottom-neg.ll
test/CodeGen/ARM/paralleldsp-top-bottom.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51983.166256.patch
Type: text/x-patch
Size: 36318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180920/91ea4a19/attachment.bin>
More information about the llvm-commits
mailing list