[clang] [compiler-rt] [llvm] [FMV][AArch64] Unify ls64, ls64_v and ls64_accdata. (PR #108024)
Jon Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 14 08:06:02 PDT 2024
================
@@ -73,8 +73,6 @@ enum CPUFeatures {
FEAT_SSBS,
FEAT_SSBS2,
FEAT_BTI,
- FEAT_LS64,
- FEAT_LS64_V,
----------------
jroelofs wrote:
We could do that automatically every release by putting the version number in its name.
https://github.com/llvm/llvm-project/pull/108024
More information about the cfe-commits
mailing list