mlir-hlo/lib/Dialect/mhlo
Tres Popp 1dffa62fe9 Fold away shape.shape_of(mhlo.dynamic_reshape(inp, shape))
This specific pattern can be replaced with the shape
passed to dynamic_reshape. This is implemented as a
canonicalization on mhlo.dynamic_reshape to fit in
the infrastructure of canonicalization.

PiperOrigin-RevId: 342009365
2020-11-12 02:48:26 -08:00
..
IR Fold away shape.shape_of(mhlo.dynamic_reshape(inp, shape)) 2020-11-12 02:48:26 -08:00
transforms Extract some duplicated code into a helper function. 2020-11-11 10:01:00 -08:00
CMakeLists.txt Add CMake files and lit configurations, enough for `ninja check-mlir-hlo` to pass on all the tests 2020-08-07 22:14:34 -07:00