This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] ExecutionEngine can dump to object file
ClosedPublic

Authored by nicolasvasilache on Apr 19 2021, 12:33 PM.

Diff Detail

Event Timeline

nicolasvasilache requested review of this revision.Apr 19 2021, 12:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2021, 12:33 PM
silvas accepted this revision.Apr 19 2021, 12:34 PM
This revision is now accepted and ready to land.Apr 19 2021, 12:34 PM
This revision was landed with ongoing or failed builds.Apr 19 2021, 12:36 PM
This revision was automatically updated to reflect the committed changes.
bondhugula added inline comments.
mlir/lib/Bindings/Python/ExecutionEngine.cpp
104

Nit: Is this properly phrased? It's not the engine itself but the the IR being JITted that is being dumped?