[PATCH] D133848: [Clang][AArch64] Support AArch64 target(..) attribute formats.
Daniel Kiss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 13:30:47 PDT 2022
danielkiss accepted this revision.
danielkiss added a comment.
This revision is now accepted and ready to land.
Maybe a test case where all option present could be useful. like `__attribute__((target("arch=armv8.1-a,tune=cortex-a710,branch-protection=standard"))) `
To reach better gcc compatibility a new feature names to be harmonised/alternative to be added but this is a separate issue.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133848/new/
https://reviews.llvm.org/D133848
More information about the llvm-commits
mailing list