[clang] [compiler-rt] [llvm] [FMV][AArch64] Unify ls64, ls64_v and ls64_accdata. (PR #108024)
Alexandros Lamprineas via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 13 02:54:33 PDT 2024
================
@@ -73,8 +73,6 @@ enum CPUFeatures {
FEAT_SSBS,
FEAT_SSBS2,
FEAT_BTI,
- FEAT_LS64,
- FEAT_LS64_V,
----------------
labrinea wrote:
Thanks for flagging this up. I am puzzled though since I was under the impression that FMV is still not production ready. When did the enum become part of the ABI? I guess a workaround is to keep a reserved position in the enum when removing a feature.
https://github.com/llvm/llvm-project/pull/108024
More information about the cfe-commits
mailing list