OSDN Git Service

[ARM] FP16 vmaxnm/vminnm scalar instructions
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Fri, 13 Apr 2018 15:34:26 +0000 (15:34 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Fri, 13 Apr 2018 15:34:26 +0000 (15:34 +0000)
commitb69d7e5c93a6fa95b7aa5be4060dbc890531f3ea
treedf0e24d2c3abefa0da147768d2afdb2f3381ada5
parent6bda3ad72078159253ecbf18a1995b04ac63bd28
[ARM] FP16 vmaxnm/vminnm scalar instructions

This adds code generation support for the FP16 vmaxnm/vminnm scalar
instructions.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330034 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrVFP.td
test/CodeGen/ARM/fp16-instructions.ll
test/CodeGen/ARM/fp16-vminmaxnm-safe.ll [new file with mode: 0644]
test/CodeGen/ARM/fp16-vminmaxnm.ll [new file with mode: 0644]