This is an archive of the discontinued LLVM Phabricator instance.

[mlir] fail gracefull in CallOpSignatureConversion
ClosedPublic

Authored by ftynse on Jan 26 2023, 6:04 AM.

Details

Summary

Previously, the CallOpSignatureConversion pattern would assert if
function signature change affected the number of results. Fail the
pattern instead and let the caller propagate failure.

Fixes #60186.

Diff Detail

Event Timeline

ftynse created this revision.Jan 26 2023, 6:04 AM
ftynse requested review of this revision.Jan 26 2023, 6:04 AM
mehdi_amini accepted this revision.Jan 26 2023, 5:31 PM

Thanks!

This revision is now accepted and ready to land.Jan 26 2023, 5:31 PM
This revision was automatically updated to reflect the committed changes.