We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcefd2 commit 7724c4bCopy full SHA for 7724c4b
mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h
@@ -438,7 +438,7 @@ class TransformState {
438
}
439
440
#endif // NDEBUG
441
- return *it->second.get();
+ return *it->second;
442
443
444
/// Returns the mappings frame for the region in which the operation resides.
@@ -465,7 +465,7 @@ class TransformState {
465
466
467
468
469
470
471
/// Updates the state to include the associations between op results and the
0 commit comments