[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


================
@@ -107,6 +107,12 @@ static cl::opt<Benchmark::RepetitionModeE> RepetitionMode(
                    "Middle half loop mode")),
     cl::init(Benchmark::Duplicate));
 
+static cl::opt<bool> AArch64DisablePacControl(
----------------
boomanaiden154 wrote:

This should be moved to where it is actually used.

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


More information about the llvm-commits mailing list