This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add optional TypeConverter for materializations.
ClosedPublic

Authored by silvas on Apr 1 2021, 5:47 PM.

Details

Summary

ConversionPatternRewriter::applySignatureConversion did not have a way
to apply a signature conversion that involved materializations.

Diff Detail

Event Timeline

silvas created this revision.Apr 1 2021, 5:47 PM
silvas requested review of this revision.Apr 1 2021, 5:47 PM
rriddle accepted this revision.Apr 2 2021, 11:48 AM
This revision is now accepted and ready to land.Apr 2 2021, 11:48 AM
This revision was automatically updated to reflect the committed changes.