[all-commits] [llvm/llvm-project] cd7f62: [ARM][AArch64] Introduce Armv9.3-A
Lucas Duarte Prates via All-commits
all-commits at lists.llvm.org
Mon Jan 3 04:41:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd7f621a0aa474d6953a50226aca38d35fcac895
https://github.com/llvm/llvm-project/commit/cd7f621a0aa474d6953a50226aca38d35fcac895
Author: Lucas Prates <lucas.prates at arm.com>
Date: 2022-01-03 (Mon, 03 Jan 2022)
Changed paths:
M llvm/include/llvm/ADT/Triple.h
M llvm/include/llvm/Support/AArch64TargetParser.def
M llvm/include/llvm/Support/ARMTargetParser.def
M llvm/lib/Support/AArch64TargetParser.cpp
M llvm/lib/Support/ARMTargetParser.cpp
M llvm/lib/Support/Triple.cpp
M llvm/lib/Target/AArch64/AArch64.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64Subtarget.h
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
M llvm/lib/Target/ARM/ARM.td
M llvm/lib/Target/ARM/ARMSubtarget.h
M llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
M llvm/unittests/Support/TargetParserTest.cpp
Log Message:
-----------
[ARM][AArch64] Introduce Armv9.3-A
This patch introduces support for targetting the Armv9.3-A architecture,
which should map to the existing Armv8.8-A extensions.
Differential Revision: https://reviews.llvm.org/D116158
More information about the All-commits
mailing list