[PATCH] D77514: [mlir] Refactor and cleanup the translation facilities.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 5 14:25:57 PDT 2020
mehdi_amini accepted this revision.
mehdi_amini added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/lib/Translation/Translation.cpp:62
+ if (!module || failed(verify(*module)))
+ return failure();
+ module->print(output);
----------------
It'd be nice to have an option to disable the verifier when testing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77514/new/
https://reviews.llvm.org/D77514
More information about the llvm-commits
mailing list