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

lonely eagle llvmlistbot at llvm.org
Wed Nov 26 03:54:10 PST 2025


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

make sense.

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


More information about the Mlir-commits mailing list