[PATCH] D91773: [AArch64] Add SubtargetFeatures for v8.7-A options
Simon Tatham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 03:19:15 PST 2020
simon_tatham added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:406
+
+def FeatureHCX : SubtargetFeature<
+ "hcx", "HasHCX", "true", "Enable Armv8.7-A HCRX_EL2 system register">;
----------------
ostannard wrote:
> Why is this `FeatureHCX`, and not `FeatureHCRX` for consistency with the register name?
"HCX" is the name of the field in ID_AA64MMFR_1 that indicates the presence of that register.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91773/new/
https://reviews.llvm.org/D91773
More information about the llvm-commits
mailing list