[Mlir-commits] [mlir] [mlir][transform] TrackingListener: Improve dead handles detection (PR #74290)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Mon Dec 4 02:54:04 PST 2023


================
@@ -361,7 +357,9 @@ class TransformState {
     /// The region this scope is associated with.
     Region *region;
 
-    friend RegionScope TransformState::make_region_scope(Region &);
+    TransformOpInterface currentTransform;
----------------
ftynse wrote:

Nit: add documentation comment above.

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


More information about the Mlir-commits mailing list