[llvm] [llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instructions (PR #132346)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 3 12:33:52 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,
----------------
boomanaiden154 wrote:

Same here regarding formatting.

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


More information about the llvm-commits mailing list