OSDN Git Service

Update syntax for tensor and memref types to match parser.
authorRichard Uhler <ruhler@google.com>
Mon, 11 Jan 2021 22:57:05 +0000 (22:57 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 11 Jan 2021 22:57:14 +0000 (22:57 +0000)
commit762ffc95550c32606e771b630fcab2e521873419
tree84c5a2ae7646dc81c827bac04874c81e048fae38
parent0a23fbd28c7509f2f980946091e6055bf27164d2
Update syntax for tensor and memref types to match parser.

Based on the comments in lib/Parser/TypeParser.cpp on the
parseMemRefType and parseTensorType functions.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D94262
mlir/docs/LangRef.md
mlir/lib/Parser/TypeParser.cpp