llvm-project/mlir/test/lib
River Riddle 5830f71a45 Add support for inlining calls with different arg/result types from the callable.
Some dialects have implicit conversions inherent in their modeling, meaning that a call may have a different type that the type that the callable expects. To support this, a hook is added to the dialect interface that allows for materializing conversion operations during inlining when there is a mismatch. A hook is also added to the callable interface to allow for introspecting the expected result types.

PiperOrigin-RevId: 272814379
2019-10-03 23:10:51 -07:00
..
Pass Publicly expose the functionality to parse a textual pass pipeline. 2019-09-13 17:54:00 -07:00
TestDialect Add support for inlining calls with different arg/result types from the callable. 2019-10-03 23:10:51 -07:00
Transforms Extract MemRefType::getStridesAndOffset as a free function and fix dynamic offset determination. 2019-10-02 13:25:05 -07:00
CMakeLists.txt Refactor PassTiming to support nested pipelines. 2019-09-08 19:58:13 -07:00