This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove the deprecated OpConversionPattern::matchAndRewrite methods
ClosedPublic

Authored by rriddle on Oct 28 2021, 3:14 PM.

Details

Diff Detail

Event Timeline

rriddle created this revision.Oct 28 2021, 3:14 PM
rriddle requested review of this revision.Oct 28 2021, 3:14 PM
jpienaar accepted this revision.Oct 28 2021, 3:20 PM
jpienaar added inline comments.
mlir/include/mlir/Conversion/LLVMCommon/Pattern.h
171–174

What about making this one consistent with the one below?

This revision is now accepted and ready to land.Oct 28 2021, 3:20 PM
rriddle updated this revision to Diff 383177.Oct 28 2021, 3:25 PM
rriddle marked an inline comment as done.

Resolve comments

jpienaar accepted this revision.Oct 28 2021, 3:30 PM