[PATCH] D27779: [ARM] More aggressive matching for vpadd and vpaddl.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 14 15:31:25 PST 2016
efriedma created this revision.
efriedma added reviewers: rengolin, t.p.northover, jmolloy.
efriedma added a subscriber: llvm-commits.
efriedma set the repository for this revision to rL LLVM.
Herald added a subscriber: aemerson.
This seems to mostly work, but I'm not sure I'm doing it at the right layer. Maybe we should be trying to match this before shuffle lowering?
Repository:
rL LLVM
https://reviews.llvm.org/D27779
Files:
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/vpadd.ll
test/CodeGen/ARM/vtrn.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27779.81488.patch
Type: text/x-patch
Size: 11697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161214/833bbe9e/attachment.bin>
More information about the llvm-commits
mailing list