This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] Actually set UseLocalScope printing flag
ClosedPublic

Authored by mabrowning on Jun 15 2022, 2:47 PM.

Details

Summary

The useLocalScope printing flag has been passed around between pybind methods, but doesn't actually enable the corresponding printing flag.

Diff Detail

Event Timeline

mabrowning created this revision.Jun 15 2022, 2:47 PM
mabrowning requested review of this revision.Jun 15 2022, 2:47 PM
stellaraccident accepted this revision.Jun 15 2022, 2:49 PM

Thanks - good catch. Do you have commit access to land?

This revision is now accepted and ready to land.Jun 15 2022, 2:49 PM

Thanks - good catch. Do you have commit access to land?

I don't think so, this is my first contribution.

Thanks for the contribution. I'll land it at my next opportunity, then.

Thanks for the contribution. I'll land it at my next opportunity, then.

Sorry, looks like I need to rebase my patch; I had taken it from a slightly version of our internal copy of the repo. The operation.py test slightly changes.

"rebased" onto latest main, updated test due to conflict.

This revision was landed with ongoing or failed builds.Jun 15 2022, 10:03 PM
This revision was automatically updated to reflect the committed changes.