Enables support for Cortex-X2 cores.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D112459
[AArch64] Enablement of Cortex-X2 ClosedPublic Authored by mubashar_ on Oct 25 2021, 8:00 AM.
Details
Summary Enables support for Cortex-X2 cores.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 25 2021, 8:00 AM mubashar_ marked 2 inline comments as done. Comment ActionsMade adjustments to AArch64.td and AArch64Subtarget.cpp files. This revision is now accepted and ready to land.Oct 28 2021, 12:17 AM This revision was landed with ongoing or failed builds.Nov 1 2021, 4:55 AM Closed by commit rG0b83a18a2b9d: [AArch64] Enablement of Cortex-X2 (authored by mubashar_, committed by dmgreen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 383780 clang/docs/ReleaseNotes.rst
clang/test/Driver/aarch64-cpus.c
clang/test/Misc/target-invalid-cpu-note.c
llvm/include/llvm/Support/AArch64TargetParser.def
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64Subtarget.h
llvm/lib/Target/AArch64/AArch64Subtarget.cpp
llvm/unittests/Support/TargetParserTest.cpp
|
According to the software optimization guide, we can enable FeatureCmpBccFusion too.