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

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 00:25:05 PDT 2025


================
@@ -32,7 +39,50 @@
 namespace llvm {
 namespace exegesis {
 
-static unsigned getLoadImmediateOpcode(unsigned RegBitWidth) {
+extern llvm::cl::opt<bool> AArch64DisablePacControl;
----------------
boomanaiden154 wrote:

There is no need for this to be prefixed with `llvm::`

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


More information about the llvm-commits mailing list