[all-commits] [llvm/llvm-project] dad73b: AArch64: switch Apple CPUs (that support it) to v8...
Tim Northover via All-commits
all-commits at lists.llvm.org
Wed Nov 29 01:11:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dad73bcd802c35bc877d0ec1ceef3722bafb0f33
https://github.com/llvm/llvm-project/commit/dad73bcd802c35bc877d0ec1ceef3722bafb0f33
Author: Tim Northover <tnorthover at apple.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M llvm/include/llvm/TargetParser/AArch64TargetParser.h
M llvm/unittests/TargetParser/TargetParserTest.cpp
Log Message:
-----------
AArch64: switch Apple CPUs (that support it) to v8.6a. (#73497)
We pretended they were v8.5a in the past because LLVM's modelling used
to fold SM4 crypto support into v8.6a (which the CPUs don't actually
have). That's changed in the last year so we can use the real value.
This is mostly a tidy-up commit before one that'll bring in A17 and M3.
More information about the All-commits
mailing list