[llvm] [llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instructions (PR #132346)
Lakshay Kumar via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 05:01:07 PDT 2025
================
@@ -268,8 +268,7 @@ class ExegesisTarget {
// Creates a snippet generator for the given mode.
std::unique_ptr<SnippetGenerator>
- createSnippetGenerator(Benchmark::ModeE Mode,
- const LLVMState &State,
+ createSnippetGenerator(Benchmark::ModeE Mode, const LLVMState &State,
----------------
lakshayk-nv wrote:
Reverted back formatting changes, Thanks!
https://github.com/llvm/llvm-project/pull/132346
More information about the llvm-commits
mailing list