[Mlir-commits] [mlir] [mlir][dataflow] Add arguemnt print for test-liveness-analysis (PR #169625)

Mehdi Amini llvmlistbot at llvm.org
Wed Nov 26 03:38:43 PST 2025


================
@@ -56,6 +56,15 @@ struct TestLivenessAnalysisPass
         liveness->print(os);
         os << "\n";
       }
+      for (mlir::Region &region : op->getRegions()) {
----------------
joker-eph wrote:

I would print the region index here.

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


More information about the Mlir-commits mailing list