[all-commits] [llvm/llvm-project] 96da73: [mlir] Remove colon from empty dense array syntax

Jeff Niu via All-commits all-commits at lists.llvm.org
Fri Aug 12 19:37:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 96da738dc516e8a183c3a6ac7091ab2da7ce5732
      https://github.com/llvm/llvm-project/commit/96da738dc516e8a183c3a6ac7091ab2da7ce5732
  Author: Jeff Niu <jeff at modular.com>
  Date:   2022-08-12 (Fri, 12 Aug 2022)

  Changed paths:
    M mlir/include/mlir/IR/BuiltinAttributes.td
    M mlir/lib/AsmParser/AttributeParser.cpp
    M mlir/lib/IR/AsmPrinter.cpp
    M mlir/test/IR/attribute.mlir

  Log Message:
  -----------
  [mlir] Remove colon from empty dense array syntax

E.g. `array<i32:>` -> `array<i32>`

Reviewed By: rriddle, jpienaar

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




More information about the All-commits mailing list