[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:06 PDT 2025
================
@@ -444,8 +450,7 @@ static void runBenchmarkConfigurations(
Benchmark &Result = AllResults.front();
// If any of our measurements failed, pretend they all have failed.
- if (AllResults.size() > 1 &&
- any_of(AllResults, [](const Benchmark &R) {
+ if (AllResults.size() > 1 && any_of(AllResults, [](const Benchmark &R) {
----------------
boomanaiden154 wrote:
This change looks formatting only? It should probably be reverted.
https://github.com/llvm/llvm-project/pull/138643
More information about the llvm-commits
mailing list