[all-commits] [llvm/llvm-project] ee700d: [AArch64] Armv9-A implies FP16
David Green via All-commits
all-commits at lists.llvm.org
Thu Jan 19 07:38:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee700dec052a0336798fb2570faec31719b53f8d
https://github.com/llvm/llvm-project/commit/ee700dec052a0336798fb2570faec31719b53f8d
Author: David Green <david.green at arm.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M clang/test/CodeGen/aarch64-targetattr-arch.c
M clang/test/CodeGen/aarch64-targetattr.c
M llvm/include/llvm/TargetParser/AArch64TargetParser.h
M llvm/unittests/TargetParser/TargetParserTest.cpp
Log Message:
-----------
[AArch64] Armv9-A implies FP16
As Armv9-a implies SVE2 it implies SVE (added in D141411) and so it
should also imply FP16, which this patch adds. This helps get the target
features correct when using `target("arch=armv9-a")` attributes.
There is also an adjustment to AssertSameExtensionFlags in this patch to
make it print cpu names, useful when the TargetParser unit tests are run
through lit to distinguish which cpu is failing.
Differential Revision: https://reviews.llvm.org/D142087
More information about the All-commits
mailing list