File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
mlir/include/mlir/Dialect/Transform/Interfaces Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -476,10 +476,6 @@ class TransformState {
476
476
extensions.erase (TypeID::get<Ty>());
477
477
}
478
478
479
- private:
480
- // / Identifier for storing top-level value in the `operations` mapping.
481
- static constexpr Value kTopLevelValue = Value();
482
-
483
479
// / Creates a state for transform ops living in the given region. The second
484
480
// / argument points to the root operation in the payload IR being transformed,
485
481
// / which may or may not contain the region with transform ops. Additional
@@ -488,6 +484,10 @@ class TransformState {
488
484
const RaggedArray<MappedValue> &extraMappings = {},
489
485
const TransformOptions &options = TransformOptions());
490
486
487
+ private:
488
+ // / Identifier for storing top-level value in the `operations` mapping.
489
+ static constexpr Value kTopLevelValue = Value();
490
+
491
491
// / Returns the mappings frame for the region in which the value is defined.
492
492
// / If `allowOutOfScope` is set to "false", asserts that the value is in
493
493
// / scope, based on the current stack of frames.
You can’t perform that action at this time.
0 commit comments