================
@@ -56,6 +56,15 @@ struct TestLivenessAnalysisPass
liveness->print(os);
os << "\n";
}
+ for (mlir::Region ®ion : op->getRegions()) {
----------------
linuxlonelyeagle wrote:
make sense.
https://github.com/llvm/llvm-project/pull/169625