[PATCH] D12105: [ARM] Add instruction selection patterns for vmin/vmax
silviu.baranga@arm.com via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 09:15:42 PDT 2015
sbaranga created this revision.
sbaranga added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.
The mid-end was generating vector smin/smax/umin/umax nodes, but
we were using vbsl to generatate the code. This adds the vmin/vmax
patterns and a test to check that we are now generating vmin/vmax
instructions.
http://reviews.llvm.org/D12105
Files:
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrNEON.td
test/CodeGen/ARM/minmax.ll
test/CodeGen/ARM/vselect_imax.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12105.32419.patch
Type: text/x-patch
Size: 10813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150818/bc8bb0c2/attachment.bin>
More information about the llvm-commits
mailing list