This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Propagate LogicalResult in (de)serialization
ClosedPublic

Authored by antiagainst on Dec 10 2021, 10:58 AM.

Details

Summary

(void) was added when LogicalResult was marked as non
discard. This commit cleans them up to properly propagate
failures.

Depends On D115534

Diff Detail

Event Timeline

antiagainst created this revision.Dec 10 2021, 10:58 AM
antiagainst requested review of this revision.Dec 10 2021, 10:58 AM
scotttodd accepted this revision.Dec 10 2021, 11:02 AM
This revision is now accepted and ready to land.Dec 10 2021, 11:02 AM
This revision was landed with ongoing or failed builds.Dec 10 2021, 4:21 PM
This revision was automatically updated to reflect the committed changes.