[all-commits] [llvm/llvm-project] 775d7c: [AArch64] Fix feature flags dependecies (#90612)
Lukacma via All-commits
all-commits at lists.llvm.org
Wed May 22 02:50:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 775d7ccc0fa1de4bb02e2f5cdf4ca38a021e873e
https://github.com/llvm/llvm-project/commit/775d7ccc0fa1de4bb02e2f5cdf4ca38a021e873e
Author: Lukacma <Marian.Lukac at arm.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M clang/test/Driver/aarch64-v95a.c
M llvm/lib/Target/AArch64/AArch64Features.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64SystemOperands.td
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
M llvm/test/MC/AArch64/FP8/system-regs.s
M llvm/unittests/TargetParser/TargetParserTest.cpp
Log Message:
-----------
[AArch64] Fix feature flags dependecies (#90612)
This patch removes FEAT_FPMR from list of available of architecture
features, instead enabling FMPR register by default.
Additionally dependencies between architectural features are added and
fixed.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list