[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)
commit28839440352d91a39d7e60c5d726c84ec363ef48
tree46054070a778f3bbd576f0cf27a1c272953bd6a8
parentff70cbc895795d0398bf489b053a3d10b550b0b3
[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

llvm-svn: 364641
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/test/CodeGen/Thumb2/mve-fmath.ll [new file with mode: 0644]