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.
Region.cpp
1 parent aa77085 commit 96c87a1Copy full SHA for 96c87a1
mlir/lib/IR/Region.cpp
@@ -87,7 +87,7 @@ void Region::cloneInto(Region *dest, Region::iterator destPos,
87
// of the blocks or operation results contained within this region as that
88
// would lead to a write in their use-def list. This is unavoidable for
89
// 'Value's from outside the region however, in which case it is not read
90
- // only. Using the BlockAndValueMapper it is possible to remap such 'Value's
+ // only. Using the IRMapper it is possible to remap such 'Value's
91
// to ones owned by the calling thread however, making it read only once
92
// again.
93
0 commit comments