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.
Paths
| Differential D142624
[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 Fixes #60186.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 26 2023, 5:31 PM Closed by commit rG88a3dc0ee880: [mlir] fail gracefull in CallOpSignatureConversion (authored by ftynse). · Explain WhyJan 27 2023, 1:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 492659 mlir/lib/Dialect/Func/Transforms/FuncConversions.cpp
mlir/test/Transforms/test-legalizer.mlir
|