[PATCH] D77720: [ARM] Patterns for VQSHRN
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 04:47:20 PDT 2020
dmgreen updated this revision to Diff 260588.
dmgreen added a comment.
Herald added a project: LLVM.
I originally had these in the other order, having these patterns before the transforms that would create vqmovt's. I've switched the order, so the tests should now show it folding into vqshrnt.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77720/new/
https://reviews.llvm.org/D77720
Files:
llvm/lib/Target/ARM/ARMInstrMVE.td
llvm/test/CodeGen/Thumb2/mve-satmul-loops.ll
llvm/test/CodeGen/Thumb2/mve-vqshrn.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77720.260588.patch
Type: text/x-patch
Size: 13437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200428/7fe80d4a/attachment-0001.bin>
More information about the llvm-commits
mailing list