[PATCH] D12276: [AArch64] Unify the integer min/max vector selection patterns with the intrinsic ones

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 03:53:54 PDT 2015


sbaranga created this revision.
sbaranga added a reviewer: jmolloy.
sbaranga added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.

This change lowers the aarch64 integer vector min/max intrinsic nodes to
generic min/max nodes and replaces the intrinsic selection patterns with
the generic ones.

There should already be testing in place for this, so no further tests
were added.

http://reviews.llvm.org/D12276

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64InstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12276.32943.patch
Type: text/x-patch
Size: 5461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150824/f938ab96/attachment.bin>


More information about the llvm-commits mailing list