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

Aiden Grossman via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Apr 20 09:57:41 PDT 2026


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

Yes, NewPM would be strongly preferred. And I don't believe we need to even have a legacy pass around in the mean time.

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


More information about the llvm-branch-commits mailing list