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 4940794 commit 2af45d3Copy full SHA for 2af45d3
mlir/lib/Dialect/MemRef/Transforms/BufferViewFlowOpInterfaceImpl.cpp
@@ -21,9 +21,9 @@ namespace {
21
struct ReallocOpInterface
22
: public BufferViewFlowOpInterface::ExternalModel<ReallocOpInterface,
23
ReallocOp> {
24
- void
25
- populateDependencies(Operation *op,
26
- RegisterDependenciesFn registerDependenciesFn) const {
+ void populateDependencies(
+ Operation *op,
+ const RegisterDependenciesFn ®isterDependenciesFn) const {
27
auto reallocOp = cast<ReallocOp>(op);
28
// memref.realloc may return the source operand.
29
registerDependenciesFn(reallocOp.getSource(), reallocOp.getResult());
0 commit comments