This is an archive of the discontinued LLVM Phabricator instance.

Enable `Pass::initialize()` to fail by returning a LogicalResult
ClosedPublic

Authored by mehdi_amini on Feb 10 2021, 5:38 PM.

Diff Detail

Event Timeline

mehdi_amini created this revision.Feb 10 2021, 5:38 PM
mehdi_amini requested review of this revision.Feb 10 2021, 5:39 PM
rriddle accepted this revision.Feb 10 2021, 5:42 PM
rriddle added inline comments.
mlir/include/mlir/Pass/Pass.h
173–175

Can you document the meaning of the result, both here and in website doc?

This revision is now accepted and ready to land.Feb 10 2021, 5:42 PM

LG. Thanks!

This revision was landed with ongoing or failed builds.Feb 10 2021, 5:52 PM
This revision was automatically updated to reflect the committed changes.