[all-commits] [llvm/llvm-project] b0d02b: [MLIR] Minor cleanup for Shape dialect.

Rahul Joshi via All-commits all-commits at lists.llvm.org
Wed Dec 9 14:26:17 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b0d02b698b94d2fc5f7fbd430f5e9d3b032f8523
      https://github.com/llvm/llvm-project/commit/b0d02b698b94d2fc5f7fbd430f5e9d3b032f8523
  Author: Rahul Joshi <jurahul at google.com>
  Date:   2020-12-09 (Wed, 09 Dec 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Shape/IR/Shape.h
    M mlir/include/mlir/Dialect/Shape/IR/ShapeBase.td
    M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
    M mlir/lib/Dialect/Shape/IR/Shape.cpp

  Log Message:
  -----------
  [MLIR] Minor cleanup for Shape dialect.

- Remove some unused types from the Shape dialect
- Fix from_extent_tensor to only allow 1D index tensors
- Fix assuming_yield to only allow shape.assuming as the parent op.
- Fix some documentation typos and reword some things.

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




More information about the All-commits mailing list