This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add a utility method on CallOpInterface for resolving the callable.
ClosedPublic

Authored by rriddle on Feb 7 2020, 12:28 PM.

Details

Summary

This is the most common operation performed on a CallOpInterface. This just moves the existing functionality from the CallGraph so that other users can access it.

Diff Detail

Event Timeline

rriddle created this revision.Feb 7 2020, 12:28 PM
mehdi_amini accepted this revision.Feb 7 2020, 9:28 PM
This revision is now accepted and ready to land.Feb 7 2020, 9:28 PM
This revision was automatically updated to reflect the committed changes.