[PATCH] D119435: [Support][AArch64] Detect a few more host CPU features on AArch64
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 11 01:58:25 PST 2022
peter.smith added a comment.
I think we need to be careful here. The extensions in that StringSwitch are for Armv8-a and hence applicable to all AArch64 CPUs. Things like `sve` are only available on later processors. We'll need to check to see what the intent was here before adding things. We'll also need to work out how to add tests for these, a good idea would be to see how the existing ones are tested.
Got a bit too much on at the moment to look into this in detail. May have some time next week.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119435/new/
https://reviews.llvm.org/D119435
More information about the llvm-commits
mailing list