From 85bc5d0776545a510b66672552eded144235ea80 Mon Sep 17 00:00:00 2001 From: Tatiana Shpeisman Date: Sat, 6 Apr 2019 19:31:19 -0700 Subject: [PATCH] Documentation fix - complex type is a standard type PiperOrigin-RevId: 242313280 --- mlir/g3doc/LangRef.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mlir/g3doc/LangRef.md b/mlir/g3doc/LangRef.md index b895ab6..71b8f96 100644 --- a/mlir/g3doc/LangRef.md +++ b/mlir/g3doc/LangRef.md @@ -491,8 +491,8 @@ MLIR provides a first class set of polyhedral operations and analyses within the Each SSA value in MLIR has a type defined by the type system below. There are a number of primitive types (like integers) and also aggregate types for tensors -and memory buffers. MLIR standard types do not include complex numbers, -structures, arrays, or dictionaries. +and memory buffers. MLIR standard types do not include structures, arrays, or +dictionaries. MLIR has an open type system (there is no fixed list of types), and types may have application-specific semantics. For example, MLIR supports a set of -- 2.7.4