This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Add couple of convenience methods to `LinalgInterface`.
ClosedPublic

Authored by mravishankar on Jan 24 2022, 3:38 PM.

Details

Summary

Add methods to

  • Get block argument that is tied with an opOperand
  • Get the yield value that is tied with a output opOperand.

Diff Detail

Event Timeline

mravishankar created this revision.Jan 24 2022, 3:38 PM
mravishankar requested review of this revision.Jan 24 2022, 3:38 PM

Push missing changes.

gysit accepted this revision.Jan 24 2022, 11:16 PM

LGTM!

This revision is now accepted and ready to land.Jan 24 2022, 11:16 PM
This revision was landed with ongoing or failed builds.Jan 25 2022, 11:46 AM
This revision was automatically updated to reflect the committed changes.