[llvm] [llvm-exegesis][AArch64] Check for PAC keys before disabling them (PR #138643)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon May 12 00:42:43 PDT 2025


================
@@ -199,6 +200,11 @@ class ExegesisAArch64Target : public ExegesisTarget {
     PM.add(createAArch64ExpandPseudoPass());
   }
 
+  static long prctl_wrapper(int op, long arg2 = 0, long arg3 = 0, long arg4 = 0,
----------------
davemgreen wrote:

Is this doing much, or can it be removed?

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


More information about the llvm-commits mailing list