[PATCH] D134647: [AArch64] Correct v9.x-a Features
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 08:21:20 PDT 2022
lenary created this revision.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
lenary requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
A change to D109517 <https://reviews.llvm.org/D109517> during review stated it was disabling the crypto
extensions by default in armv9a, but it also ended up removing two other
non-crypto features: i8mm and bf16. This error was also made in D116158 <https://reviews.llvm.org/D116158>.
This patch re-adds those two extensions to the feature bitmaps for the
affected armv9a versions in the target parser.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D134647
Files:
0001-ARM-Support-fp16-bf16-using-t-constraint.patch
llvm/include/llvm/Support/AArch64TargetParser.def
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134647.462913.patch
Type: text/x-patch
Size: 4505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220926/2833f7fc/attachment.bin>
More information about the llvm-commits
mailing list