[clang] [X86] Add USER_MSR instructions. (PR #68944)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 12 18:40:21 PDT 2023
================
@@ -325,6 +325,8 @@ def FeatureTSXLDTRK : SubtargetFeature<"tsxldtrk", "HasTSXLDTRK", "true",
"Support TSXLDTRK instructions">;
def FeatureUINTR : SubtargetFeature<"uintr", "HasUINTR", "true",
"Has UINTR Instructions">;
+def FeatureUSERMSR : SubtargetFeature<"usermsr", "HasUSERMSR", "true",
+ "Support USERMSR instructions">;
----------------
phoebewang wrote:
indent
https://github.com/llvm/llvm-project/pull/68944
More information about the cfe-commits
mailing list