[llvm] 5ad7a21 - [AArch64] wfxt must depend on itself (#90987)

Tomas Matheson via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 04:15:07 PDT 2024


Author: Tomas Matheson
Date: 2024-05-10T12:14:49+01:00
New Revision: 5ad7a210ff850eed1f255f81f0609efedabe3bb7

URL: https://github.com/llvm/llvm-project/commit/5ad7a210ff850eed1f255f81f0609efedabe3bb7
DIFF: https://github.com/llvm/llvm-project/commit/5ad7a210ff850eed1f255f81f0609efedabe3bb7.diff

LOG: [AArch64] wfxt must depend on itself (#90987)

Added: 
    

Modified: 
    llvm/lib/Target/AArch64/AArch64Features.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AArch64/AArch64Features.td b/llvm/lib/Target/AArch64/AArch64Features.td
index 755a1bdc8e232..3425ac4133026 100644
--- a/llvm/lib/Target/AArch64/AArch64Features.td
+++ b/llvm/lib/Target/AArch64/AArch64Features.td
@@ -597,7 +597,7 @@ def FeatureXS : SubtargetFeature<"xs", "HasXS",
 
 def FeatureWFxT : Extension<"wfxt", "WFxT",
     "Enable Armv8.7-A WFET and WFIT instruction (FEAT_WFxT)", [],
-    "FEAT_WFXT", "", 550>;
+    "FEAT_WFXT", "+wfxt", 550>;
 
 def FeatureHCX : SubtargetFeature<
     "hcx", "HasHCX", "true", "Enable Armv8.7-A HCRX_EL2 system register (FEAT_HCX)">;


        


More information about the llvm-commits mailing list