This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Transform] Fix isDefiniteFailure helper
ClosedPublic

Authored by nicolasvasilache on Jul 8 2022, 12:00 AM.

Details

Summary

This newly added helper was returning definiteFailure even in the case of silenceableFailure.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Jul 8 2022, 12:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2022, 12:00 AM

Uniformize the 3 success/failure helpers.

springerm accepted this revision.Jul 8 2022, 12:38 AM
springerm added inline comments.
mlir/test/Dialect/Linalg/transform-op-pad.mlir
112–113

typo

This revision is now accepted and ready to land.Jul 8 2022, 12:38 AM
This revision was landed with ongoing or failed builds.Jul 8 2022, 12:41 AM
This revision was automatically updated to reflect the committed changes.