[PATCH] D110065: [AArch64] Add support for the 'R' architecture profile.
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 26 09:13:35 PDT 2021
john.brawn added a comment.
In D110065#3087330 <https://reviews.llvm.org/D110065#3087330>, @labrinea wrote:
> Added v8.1a_ops on AppleA10. However, the target parser lists it as v8.0a, which seems odd. Out of the scope of this patch anyway.
Looking at the definition of A10 in target parser it doesn't have LSE, and that's required in 8.1-a. So it looks like it should have HasV8_0aOps.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110065/new/
https://reviews.llvm.org/D110065
More information about the llvm-commits
mailing list