[llvm-branch-commits] [llvm] [CodeGen] Add Printer pass for MachineBlockHashInfo and tests (PR #192911)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Apr 20 06:23:07 PDT 2026


================
@@ -44,9 +46,48 @@ static uint16_t fold_64_to_16(const uint64_t Value) {
   return Res;
 }
 
+namespace {
+class MachineBlockHashInfoPrinter : public MachineFunctionPass {
----------------
arsenm wrote:

This is legacy PM, can do this as a new pm analysis printer pass 

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


More information about the llvm-branch-commits mailing list