AArch64: report fp16 arithmetic is present for apple-a11 CPU.
authorTim Northover <t.p.northover@gmail.com>
Tue, 2 Mar 2021 14:38:58 +0000 (14:38 +0000)
committerTim Northover <t.p.northover@gmail.com>
Tue, 2 Mar 2021 15:07:18 +0000 (15:07 +0000)
commit888c5c24cab63091774b7065e6925177bb43787d
tree058434d0e6a111bab581c3b8cd7eaa96bbd27f0e
parentfdae5573f54dd5f790630f5bba7f08bb00d62846
AArch64: report fp16 arithmetic is present for apple-a11 CPU.

AArch64.td got it right, but the target-parser dropped it, leading to missing
feature flags in Clang.
clang/test/Preprocessor/aarch64-target-features.c
llvm/include/llvm/Support/AArch64TargetParser.def
llvm/unittests/Support/TargetParserTest.cpp