[all-commits] [llvm/llvm-project] 6196c3: [MLIR] Add missing traits and assembly format to `...

frgossen via All-commits all-commits at lists.llvm.org
Fri Jun 12 03:55:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6196c379695ed8a6d0a2214d9107517ab55d4db7
      https://github.com/llvm/llvm-project/commit/6196c379695ed8a6d0a2214d9107517ab55d4db7
  Author: Frederik Gossen <frgossen at google.com>
  Date:   2020-06-12 (Fri, 12 Jun 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
    M mlir/test/Dialect/Shape/canonicalize.mlir
    M mlir/test/Dialect/Shape/ops.mlir

  Log Message:
  -----------
  [MLIR] Add missing traits and assembly format to `shape.from/to_extent_tensor`

Add `NoSideEffect` trait to `shape.to_extent_tensor` and
`shape.from_extent_tensor` and defined custom assembly format for the
operations.

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




More information about the All-commits mailing list