This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fail early if AnalysisState::getBuffer() returns failure
ClosedPublic

Authored by ashay-github on May 9 2022, 11:27 AM.

Details

Summary

This patch updates calls to AnalysisState::getBuffer() so that we return
early with a failure if the call does not succeed.

Diff Detail

Event Timeline

ashay-github created this revision.May 9 2022, 11:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2022, 11:27 AM
ashay-github requested review of this revision.May 9 2022, 11:27 AM
springerm accepted this revision.May 10 2022, 5:30 AM

nice cleanup thx!

This revision is now accepted and ready to land.May 10 2022, 5:30 AM