This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Make the inliner arg/res handlers more concise.
ClosedPublic

Authored by gysit on Apr 5 2023, 5:34 AM.

Details

Summary

The revision ensures the newly introduced argument
and result handlers cannot be used for type conversion.
Instead use the existing materializeCallConversion hook to
perform type conversions.

Diff Detail

Event Timeline

gysit created this revision.Apr 5 2023, 5:34 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
gysit requested review of this revision.Apr 5 2023, 5:34 AM
Dinistro accepted this revision.Apr 6 2023, 5:37 AM
This revision is now accepted and ready to land.Apr 6 2023, 5:37 AM
This revision was automatically updated to reflect the committed changes.