mubashar_ closed this revision.
mubashar_ added a comment.
Landed as: https://reviews.llvm.org/rG8e47b83ec93de6f92d077240a3665f3a03076957
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113256/new/
https://reviews.llvm.org/D113256
___
cfe-commi
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Thanks. LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113256/new/
https://reviews.llvm.org/D113256
___
cfe-commits mailing list
cfe
mubashar_ updated this revision to Diff 386165.
mubashar_ marked 5 inline comments as done.
mubashar_ added a comment.
Placement of Cortex-A710 items changed to order specified by previous comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113256/new/
https://reviews.llvm.org/D1132
dmgreen added inline comments.
Comment at: llvm/include/llvm/Support/AArch64TargetParser.def:181
+ AArch64::AEK_SVE2BITPERM | AArch64::AEK_BF16))
AARCH64_CPU_NAME("cortex-a78c", ARMV8_2A, FK_CRYPTO_NEON_FP_ARMV8, false,
(AArch64::AEK_FP16 | AAr
mubashar_ updated this revision to Diff 385463.
mubashar_ marked 6 inline comments as done.
mubashar_ added a comment.
Patch addresses comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113256/new/
https://reviews.llvm.org/D113256
Files:
clang/docs/ReleaseNotes.rst
clang/test/
dmgreen added inline comments.
Comment at: llvm/include/llvm/Support/AArch64TargetParser.def:159-160
AArch64::AEK_RCPC | AArch64::AEK_SSBS))
+AARCH64_CPU_NAME("cortex-a710", ARMV9A, FK_NEON_FP_ARMV8, false,
+ (AArch64::AEK_MTE | AArch64::AEK_PAU
lenary added a comment.
I'm happy with these changes, and with the comments from @dmgreen - as I'm away
next week, don't wait for my approval to land this if David has given his
approval.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113256/new/
lenary added inline comments.
Comment at: llvm/include/llvm/Support/AArch64TargetParser.def:159-160
AArch64::AEK_RCPC | AArch64::AEK_SSBS))
+AARCH64_CPU_NAME("cortex-a710", ARMV9A, FK_NEON_FP_ARMV8, false,
+ (AArch64::AEK_MTE | AArch64::AEK_PAUT
dmgreen added inline comments.
Comment at: llvm/include/llvm/Support/AArch64TargetParser.def:159-160
AArch64::AEK_RCPC | AArch64::AEK_SSBS))
+AARCH64_CPU_NAME("cortex-a710", ARMV9A, FK_NEON_FP_ARMV8, false,
+ (AArch64::AEK_MTE | AArch64::AEK_PAU
mubashar_ created this revision.
mubashar_ added reviewers: dmgreen, lenary.
Herald added subscribers: hiraditya, kristof.beyls.
mubashar_ requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Repository:
rG LLVM Github Monore
10 matches
Mail list logo