[clang] [llvm] [AArch64] Introduce new armv9.6 features (PR #111677)
Jonathan Thackray via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 9 07:42:29 PDT 2024
================
@@ -522,6 +522,39 @@ def FeatureTLBIW : ExtensionWithMArch<"tlbiw", "TLBIW", "FEAT_TLBIW",
// Armv9.6 Architecture Extensions
//===----------------------------------------------------------------------===//
+def FeatureCMPBR : ExtensionWithMArch<"cmpbr", "CMPBR", "FEAT_CMPBR",
+ "Enable A64 base compare and branch instructions">;
----------------
jthackray wrote:
Can we change to "Enable Armv9.6-A ..."?
https://github.com/llvm/llvm-project/pull/111677
More information about the cfe-commits
mailing list