================ @@ -151,6 +152,7 @@ MACHINE_FUNCTION_PASS("print<machine-branch-prob>", MACHINE_FUNCTION_PASS("print<machine-dom-tree>", MachineDominatorTreePrinterPass(dbgs())) MACHINE_FUNCTION_PASS("print<machine-loops>", MachineLoopPrinterPass(dbgs())) +MACHINE_FUNCTION_PASS("print<machine-cycles>", MachineCycleInfoPrinterPass(dbgs())) ---------------- optimisan wrote:
The legacy analysis is already named `MachineCycleInfoWrapperPass` The printer also runs the analysis to print it. https://github.com/llvm/llvm-project/pull/114745 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits