This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Replace all usages of PatternMatchResult with LogicalResult
ClosedPublic

Authored by rriddle on Mar 17 2020, 12:07 PM.

Details

Summary

This also replaces usages of matchSuccess/matchFailure with success/failure respectively.

Depends On D76203

Diff Detail

Event Timeline

rriddle created this revision.Mar 17 2020, 12:07 PM
antiagainst accepted this revision.Mar 17 2020, 12:22 PM
This revision is now accepted and ready to land.Mar 17 2020, 12:22 PM
jpienaar accepted this revision.Mar 17 2020, 6:54 PM
This revision was automatically updated to reflect the committed changes.