]> granicus.if.org Git - llvm/commit
[ARM] Mark math routines as non-legal for MVE
authorDavid Green <david.green@arm.com>
Fri, 28 Jun 2019 11:17:38 +0000 (11:17 +0000)
committerDavid Green <david.green@arm.com>
Fri, 28 Jun 2019 11:17:38 +0000 (11:17 +0000)
commit2dd6a9d6de9ebbfe5a00fba4f17bd262b976d55e
tree8b7ec2f46eac546dc3755a69a8ad84fbc56b0991
parent4cbe79049ca1c46f5671cb536d69cdac5d30a612
[ARM] Mark math routines as non-legal for MVE

This adds handling and tests for a number of floating point math routines,
which have no MVE instructions.

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

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