At this point, these methods are just carbon copies of OpBuilder::create and aren't necessary given that PatternRewriter inherits from OpBuilder.
Depends On D90086
Paths
| Differential D90087
[mlir][NFC] Remove unnecessary PatternRewriter::create methods ClosedPublic Authored by rriddle on Oct 23 2020, 4:52 PM.
Details Summary At this point, these methods are just carbon copies of OpBuilder::create and aren't necessary given that PatternRewriter inherits from OpBuilder. Depends On D90086
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptOct 23 2020, 4:52 PM This revision is now accepted and ready to land.Oct 26 2020, 3:54 PM This revision was landed with ongoing or failed builds.Oct 27 2020, 4:21 PM Closed by commit rG935d708568d7: [mlir][NFC] Remove unnecessary PatternRewriter::create methods (authored by rriddle). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 300819 mlir/include/mlir/IR/PatternMatch.h
|