[llvm] [ARM][AArch64] Enable FEAT_FHM, disable FEAT_MEC for Arm Neoverse N2 (PR #82613)

Jonathan Thackray via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 07:34:50 PST 2024


================
@@ -684,7 +684,7 @@ def HasV8_9aOps : SubtargetFeature<
 
 def HasV9_0aOps : SubtargetFeature<
   "v9a", "HasV9_0aOps", "true", "Support ARM v9a instructions",
-  [HasV8_5aOps, FeatureMEC, FeatureSVE2]>;
+  [HasV8_5aOps, FeatureSVE2]>;
----------------
jthackray wrote:

I will update this patch to leave FEAT_MEC unchanged for now, but we will probably (in future) disable it for all CPUs (and add a flag to enable), since it's a v9.2a and higher optional feature.

https://github.com/llvm/llvm-project/pull/82613


More information about the llvm-commits mailing list