This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] GreedyPatternRewriteDriver: Remove overridden eraseOp
ClosedPublic

Authored by springerm on Jan 16 2023, 6:12 AM.

Details

Summary

It is not necessary to override eraseOp, we can use the existing notifyOperationRemoved.

Diff Detail