This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Add C API for navigating up the IR tree
ClosedPublic

Authored by GeorgeLyon on Feb 8 2021, 3:46 PM.

Diff Detail

Event Timeline

GeorgeLyon created this revision.Feb 8 2021, 3:46 PM
GeorgeLyon requested review of this revision.Feb 8 2021, 3:46 PM
GeorgeLyon retitled this revision from Add C API for navigating up the IR tree to [MLIR] Add C API for navigating up the IR tree.Feb 8 2021, 3:47 PM
GeorgeLyon edited the summary of this revision. (Show Details)
GeorgeLyon updated this revision to Diff 322232.Feb 8 2021, 3:59 PM

Add context accessor on operation

mehdi_amini accepted this revision.Feb 8 2021, 5:49 PM

Can you add tests for all of the APIs added?

This revision is now accepted and ready to land.Feb 8 2021, 5:49 PM
GeorgeLyon updated this revision to Diff 322260.Feb 8 2021, 6:25 PM

Missed a few

GeorgeLyon updated this revision to Diff 322261.Feb 8 2021, 6:28 PM

Missed one

Harbormaster completed remote builds in B88384: Diff 322259.
Harbormaster completed remote builds in B88386: Diff 322261.
GeorgeLyon edited the summary of this revision. (Show Details)Feb 8 2021, 7:33 PM