llvm-project/mlir/examples/toy/Ch4
River Riddle 6ccf2d62b4 [mlir] Add an interface for Cast-Like operations
A cast-like operation is one that converts from a set of input types to a set of output types. The arity of the inputs may be from 0-N, whereas the arity of the outputs may be anything from 1-N. Cast-like operations are removable in cases where they produce a "no-op", i.e when the input types and output types match 1-1.

Differential Revision: https://reviews.llvm.org/D94831
2021-01-20 16:28:17 -08:00
..
include [mlir] Add an interface for Cast-Like operations 2021-01-20 16:28:17 -08:00
mlir [mlir] Add an interface for Cast-Like operations 2021-01-20 16:28:17 -08:00
parser [MLIR] Fix several misc issues in in Toy tutorial 2020-05-11 16:56:47 -07:00
CMakeLists.txt [mlir] Add an interface for Cast-Like operations 2021-01-20 16:28:17 -08:00
toyc.cpp [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00