[PATCH] D12105: [ARM] Add instruction selection patterns for vmin/vmax

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 05:06:06 PDT 2015


sbaranga updated this revision to Diff 32533.
sbaranga added a comment.

Removed patterns and modified .td definition to match generic min/max nodes
instead of intrisic ones.

Added code to lower neon intrinsic nodes to generic min/max.


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.32533.patch
Type: text/x-patch
Size: 11068 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150819/317fa0c8/attachment.bin>


More information about the llvm-commits mailing list