This refactors the standalone-translate executable to use mlirTranslateMain() declared in Translation.h and further applies D87129.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D87131
[mlir] Refactor standalone-translate to use mlirTranslateMain() ClosedPublic Authored by marbre on Sep 4 2020, 1:57 AM.
Details Summary This refactors the standalone-translate executable to use mlirTranslateMain() declared in Translation.h and further applies D87129.
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptSep 4 2020, 1:57 AM marbre retitled this revision from [mlir] Refactor standalone-opt to use main() of helper to [mlir] Refactor standalone-opt to use mlirTranslateMain().Sep 4 2020, 2:01 AM marbre retitled this revision from [mlir] Refactor standalone-opt to use mlirTranslateMain() to [mlir] Refactor standalone-translate to use mlirTranslateMain().Sep 4 2020, 2:28 AM This revision is now accepted and ready to land.Sep 4 2020, 5:59 AM Closed by commit rG4f7cdc10a83c: [mlir] Refactor standalone-translate to use mlirTranslateMain() (authored by marbre). · Explain WhySep 4 2020, 6:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 289900 mlir/examples/standalone/standalone-translate/standalone-translate.cpp
|