[clang] [compiler-rt] [llvm] [FMV][AArch64] Unify ls64, ls64_v and ls64_accdata. (PR #108024)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 17 08:24:02 PDT 2024
================
@@ -73,8 +73,6 @@ enum CPUFeatures {
FEAT_SSBS,
FEAT_SSBS2,
FEAT_BTI,
- FEAT_LS64,
- FEAT_LS64_V,
----------------
Wilco1 wrote:
They are stored in the global `__aarch64_cpu_features` which is set by the init code and used by every FMV ifunc resolver.
https://github.com/llvm/llvm-project/pull/108024
More information about the cfe-commits
mailing list