[llvm] [llvm-exegesis] Debug generated disassembly (PR #142540)

Lakshay Kumar via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 4 01:19:29 PDT 2025


================
@@ -588,6 +594,100 @@ class SubProcessFunctionExecutorImpl
   const std::optional<int> BenchmarkProcessCPU;
 };
 #endif // __linux__
+
+// Helper function to print generated assembly snippets
+void printGeneratedAssembly(
+    const std::vector<std::pair<std::string, std::pair<uint64_t, std::string>>>
----------------
lakshayk-nv wrote:

Resolved. Thanks!

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


More information about the llvm-commits mailing list