Remove MLIR C-API explicit registration of standard ops.
authorStella Laurenzo <stellaraccident@gmail.com>
Wed, 23 Sep 2020 15:13:30 +0000 (08:13 -0700)
committerStella Laurenzo <stellaraccident@gmail.com>
Wed, 23 Sep 2020 16:23:11 +0000 (09:23 -0700)
commitb522f09d963b50895f8c18d33e6a5aceccc1fadc
treec4cd376ecbec01be4e790e056880b41a7df07fdc
parenta6ae6950173a01c8a620a5664fcfb18816d152e7
Remove MLIR C-API explicit registration of standard ops.

* Added mlirRegisterAllDialects() to the python API until a more complete registration design emerges for it.

Differential Revision: https://reviews.llvm.org/D88155
mlir/lib/Bindings/Python/IRModules.cpp
mlir/lib/CAPI/IR/IR.cpp