[PATCH] D138920: [AArch64] Assembly support for VMSA
Sam Elliott via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 29 07:47:06 PST 2022
lenary added a comment.
Two nits. One below, the other: Please include everyone who contributed to this patch in the patch description.
================
Comment at: llvm/lib/Target/AArch64/AArch64.td:519
+def FeatureTHE : SubtargetFeature<"the", "HasTHE",
+ "true", "Enable Translation Hardening Extension">;
+
----------------
Please can you include the feature name?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138920/new/
https://reviews.llvm.org/D138920
More information about the cfe-commits
mailing list