This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove populateFuncOpTypeConversionPattern
ClosedPublic

Authored by rriddle on Jan 4 2022, 1:22 PM.

Details

Summary

This method simply forwards to populateFunctionLikeTypeConversionPattern,
which is more general. This also helps to remove special treatment of FuncOp from
DialectConversion.

Diff Detail

Event Timeline

rriddle created this revision.Jan 4 2022, 1:22 PM
rriddle requested review of this revision.Jan 4 2022, 1:22 PM
rriddle retitled this revision from [mlir] Remove populateFuncOpTypeConversionPattern r=mehdi_amini to [mlir] Remove populateFuncOpTypeConversionPattern.Jan 4 2022, 2:17 PM
mehdi_amini accepted this revision.Jan 4 2022, 9:53 PM
This revision is now accepted and ready to land.Jan 4 2022, 9:53 PM
This revision was automatically updated to reflect the committed changes.