[all-commits] [llvm/llvm-project] 67dc66: [mlir][tensor] Fix a typo in the example code for ...

PeimingLiu via All-commits all-commits at lists.llvm.org
Tue Sep 6 15:32:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 67dc6674c1dd1a64854ed301f32fa14e5d9948d4
      https://github.com/llvm/llvm-project/commit/67dc6674c1dd1a64854ed301f32fa14e5d9948d4
  Author: Peiming Liu <peiming at google.com>
  Date:   2022-09-06 (Tue, 06 Sep 2022)

  Changed paths:
    M mlir/include/mlir/IR/BuiltinTypes.td

  Log Message:
  -----------
  [mlir][tensor] Fix a typo in the example code for UnrankedTensorType

The syntax for unrank tensor type is defined as  tensor-type ::= `tensor` `<` `*` `x` type `>`, the example code missed the `x` in between.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D133381




More information about the All-commits mailing list