[llvm] [LLVM][MC] Add tracing support to llvm-mc to measure decode times (PR #151149)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 09:33:19 PDT 2025


================
@@ -32,24 +34,25 @@ using namespace llvm;
 typedef std::pair<std::vector<unsigned char>, std::vector<const char *>>
     ByteArrayTy;
 
-static bool PrintInsts(const MCDisassembler &DisAsm, const ByteArrayTy &Bytes,
+static bool printInsts(const MCDisassembler &DisAsm, const ByteArrayTy &Bytes,
----------------
mshockwave wrote:

is it possible to avoid unrelated refactoring? ditto for other places like skipToToken and the Disassemble variable in llvm-mc.cpp

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


More information about the llvm-commits mailing list