This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][MemRef] Add missing #include for FailureOr
ClosedPublic

Authored by wecing on Mar 28 2023, 11:15 AM.

Details

Summary

FailureOr was used without including correct headers, so the code only works if the user of Transform.h includes the correct headers first.

Diff Detail

Event Timeline

wecing created this revision.Mar 28 2023, 11:15 AM
wecing requested review of this revision.Mar 28 2023, 11:15 AM
wecing edited the summary of this revision. (Show Details)Mar 28 2023, 11:18 AM
wecing added reviewers: qcolombet, tlongeri.
jyknight accepted this revision.Mar 28 2023, 11:29 AM
This revision is now accepted and ready to land.Mar 28 2023, 11:29 AM
This revision was landed with ongoing or failed builds.Mar 28 2023, 12:33 PM
This revision was automatically updated to reflect the committed changes.