[MLIR] Add mlir::TypedValue
mlir::TypedValue is a wrapper class for mlir::Values with a known type getType will return the known type and all assignements will be checked Also the tablegen Operation generator was adapted to use mlir::TypedValue when appropriate
Loading
Please sign in to comment