This patch introduces support for targetting the Armv9.3-A architecture,
which should map to the existing Armv8.8-A extensions.
Patch by Lucas Prates.
Paths
| Differential D116158
[ARM][AArch64] Introduce Armv9.3-A ClosedPublic Authored by tmatheson on Dec 22 2021, 3:24 AM.
Details Summary This patch introduces support for targetting the Armv9.3-A architecture, Patch by Lucas Prates.
Diff Detail
Unit TestsFailed
Event TimelineHerald added subscribers: dexonsmith, hiraditya, kristof.beyls. · View Herald TranscriptDec 22 2021, 3:24 AM tmatheson added a child revision: D116159: [ARM][AArch64] clang support for Armv9.3-A.Dec 27 2021, 9:57 AM tmatheson added reviewers: pratlucas, tyb0807, dmgreen, SjoerdMeijer, olista01, chill, nickdesaulniers, t.p.northover.Dec 27 2021, 10:01 AM This revision is now accepted and ready to land.Dec 30 2021, 10:09 AM This revision was landed with ongoing or failed builds.Jan 3 2022, 4:41 AM Closed by commit rGcd7f621a0aa4: [ARM][AArch64] Introduce Armv9.3-A (authored by pratlucas, committed by tmatheson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 396630 llvm/include/llvm/ADT/Triple.h
llvm/include/llvm/Support/AArch64TargetParser.def
llvm/include/llvm/Support/ARMTargetParser.def
llvm/lib/Support/AArch64TargetParser.cpp
llvm/lib/Support/ARMTargetParser.cpp
llvm/lib/Support/Triple.cpp
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/lib/Target/AArch64/AArch64Subtarget.h
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
llvm/lib/Target/ARM/ARM.td
llvm/lib/Target/ARM/ARMSubtarget.h
llvm/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
llvm/unittests/Support/TargetParserTest.cpp
|
No AArch64::AEK_SVE2?