[clang] [llvm] [AArch64] Split FeatureLS64 to LS64_ACCDATA and LS64_V. (PR #101712)
Tomas Matheson via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 28 08:46:46 PDT 2024
================
@@ -3682,6 +3682,8 @@ static const struct Extension {
{"sve2-bitperm", {AArch64::FeatureSVE2BitPerm}},
{"sve2p1", {AArch64::FeatureSVE2p1}},
{"ls64", {AArch64::FeatureLS64}},
+ {"ls64_v", {AArch64::FeatureLS64_V}},
+ {"ls64_accdata", {AArch64::FeatureLS64_ACCDATA}},
----------------
tmatheson-arm wrote:
I don't think we want to expose these in the assembler (yet?).
https://github.com/llvm/llvm-project/pull/101712
More information about the cfe-commits
mailing list