[all-commits] [llvm/llvm-project] 597207: Expose parseXInDimensionList() to the `DialectAsmP...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Apr 13 19:07:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 597207a3c3d7774194dbb99d4853f65bf0b84a1e
https://github.com/llvm/llvm-project/commit/597207a3c3d7774194dbb99d4853f65bf0b84a1e
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2021-04-14 (Wed, 14 Apr 2021)
Changed paths:
M mlir/include/mlir/IR/DialectImplementation.h
M mlir/lib/Parser/DialectSymbolParser.cpp
Log Message:
-----------
Expose parseXInDimensionList() to the `DialectAsmParser`
This allows custom types and attribute to parse a dimension list that
isn't necessarily terminated with `xtype`, for example something like:
#tf.shape<4x5>
Differential Revision: https://reviews.llvm.org/D100432
More information about the All-commits
mailing list