Python bindings: drop MLIREmitter and related functionality
authorAlex Zinenko <zinenko@google.com>
Wed, 3 Apr 2019 12:43:44 +0000 (05:43 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Wed, 3 Apr 2019 15:30:24 +0000 (08:30 -0700)
commit7a30ac97c8fdc4ed7bffbabdc0447d6999349bc9
treeb04dbf06139c14e2cb4fb36b142df38d747e6cc0
parent509619829d1465c047899e226578c90359d5bf23
Python bindings: drop MLIREmitter and related functionality

    This completes the transition of Python bindings to use the declarative
    builders infrastructure instead of the now-deprecated EDSC emitter
    infrastructure.  The relevant unit tests have been replicated using the new
    functionality and the remaining end-to-end compilation tests have been updated
    accordingly.  The latter show an improvement in brevity and readability.

--

PiperOrigin-RevId: 241713489
mlir/bindings/python/pybind.cpp
mlir/bindings/python/test/test_py2and3.py
mlir/bindings/python/test/test_py3.py [deleted file]