llvm-project/mlir/examples
River Riddle 7c755d06aa Refactor DialectConversion to use 'materializeConversion' when a type conversion must persist after the conversion has finished.
During conversion, if a type conversion has dangling uses a type conversion must persist after conversion has finished to maintain valid IR. In these cases, we now query the TypeConverter to materialize a conversion for us. This allows for the default case of a full conversion to continue working as expected, but also handle the degenerate cases more robustly.

PiperOrigin-RevId: 255637171
2019-06-28 11:29:04 -07:00
..
Linalg Standardize and refactor Attribute type printing. 2019-06-26 18:29:54 -07:00
toy Refactor DialectConversion to use 'materializeConversion' when a type conversion must persist after the conversion has finished. 2019-06-28 11:29:04 -07:00
CMakeLists.txt Fix build for the Linalg example dialect with MacOS 2019-04-08 19:17:56 -07:00