This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfa8aeab606c1: [AArch64] Add support for the Cortex-A715 CPU
(authored by simpal01).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
simpal01 updated this revision to Diff 472560.
simpal01 marked 2 inline comments as done.
simpal01 added a comment.
Comments addressed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136957/new/
https://reviews.llvm.org/D136957
Files:
clang/docs/
vhscampos added inline comments.
Comment at: clang/docs/ReleaseNotes.rst:699
+
+ * Arm cortex-A715 (cortex-a715).
Please capitalise the first cortex-A715. It should be "Arm Cortex-A715".
Comment at: llvm/docs/ReleaseNotes.rst:84
+* Added s
simpal01 updated this revision to Diff 471991.
simpal01 added a comment.
Comments Addressed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136957/new/
https://reviews.llvm.org/D136957
Files:
clang/docs/ReleaseNotes.rst
clang/test/Driver/aarch6
dmgreen added inline comments.
Comment at: llvm/lib/Support/Host.cpp:216
.Case("0xd41", "cortex-a78")
+.Case("0xd00", "cortex-a715")
.Case("0xd44", "cortex-x1")
Should be 0xd4d I think, according to the MIDR in the TRM.
===
simpal01 created this revision.
simpal01 added reviewers: vhscampos, dmgreen, stuij.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
simpal01 requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.