]> granicus.if.org Git - clang/commit
[ARM] Add CLI support for Armv8.1-M and MVE
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 30 May 2019 14:22:26 +0000 (14:22 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 30 May 2019 14:22:26 +0000 (14:22 +0000)
commitadc91db696b2118b664411e229b9d3799a295cf0
tree520f0bc60f400c2399e5bb4b0dad8acee2b65075
parent3112d5fc665f3cf646b8752421b85fc2180589a0
[ARM] Add CLI support for Armv8.1-M and MVE

Given the existing infrastructure in LLVM side for +fp and +fp.dp,
this is more or less trivial, needing only one tiny source change and
a couple of tests.

Patch by Simon Tatham.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362096 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets/ARM.cpp
test/Driver/armv8.1m.main.c [new file with mode: 0644]
test/Driver/armv8.1m.main.s [new file with mode: 0644]