llvm-project/mlir/bindings/python
Alex Zinenko ebea5767fb Start moving conversions to {lib,include/mlir}/Conversion
Conversions from dialect A to dialect B depend on both A and B.  Therefore, it
is reasonable for them to live in a separate library that depends on both
DialectA and DialectB library, and does not forces dependees of DialectA or
DialectB to also link in the conversion.  Create the directory layout for the
conversions and move the Standard to LLVM dialect conversion as the first
example.

PiperOrigin-RevId: 253312252
2019-06-19 23:02:50 -07:00
..
test Cleanup linalg integration test 2019-05-20 13:43:13 -07:00
pybind.cpp Start moving conversions to {lib,include/mlir}/Conversion 2019-06-19 23:02:50 -07:00