OSDN Git Service

[ARM] MVE minnm and maxnm instructions
authorDavid Green <david.green@arm.com>
Sat, 13 Jul 2019 14:29:02 +0000 (14:29 +0000)
committerDavid Green <david.green@arm.com>
Sat, 13 Jul 2019 14:29:02 +0000 (14:29 +0000)
commita210e6965840b2ffce40adcc637e1bcef4bea02a
treeb7a200c1035c0c0b7ab8a23f745b785daacf5201
parentfd7e2104e37014b1bf959c66de3213139eeaf3fa
[ARM] MVE minnm and maxnm instructions

This adds the patterns for minnm and maxnm from the fminnum and fmaxnum nodes,
similar to scalar types.

Original patch by Simon Tatham

Differential Revision: https://reviews.llvm.org/D63870

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366002 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrMVE.td
test/CodeGen/Thumb2/mve-minmax.ll [new file with mode: 0644]