[llvm-branch-commits] [clang] [llvm] [AArch64][llvm] Armv9.7-A: Add support for FEAT_CMH and FEAT_LSCP (PR #163155)

Jonathan Thackray via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Oct 15 14:26:55 PDT 2025


================
@@ -242,6 +242,11 @@ def HasLSUI          : Predicate<"Subtarget->hasLSUI()">,
 def HasOCCMO         : Predicate<"Subtarget->hasOCCMO()">,
                        AssemblerPredicateWithAll<(all_of FeatureOCCMO), "occmo">;
 
+def HasCMH          : Predicate<"Subtarget->hasCMH()">,
----------------
jthackray wrote:

Heh. Actually, the lines above mine are mis-aligned with respect to the majority of that file, but I didn't want to touch them as I'm not changing them in 9.7.

I've got an NFC change to tidy this file up which I could add as follow-up PR at the top of this stack of PRs.

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


More information about the llvm-branch-commits mailing list