[all-commits] [llvm/llvm-project] f1ab75: [MLIR] Fix operand type in `from_extent_tensor` in...

frgossen via All-commits all-commits at lists.llvm.org
Thu May 28 07:13:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f1ab7550bcd51c353a1cac0303df9bbe960b7eab
      https://github.com/llvm/llvm-project/commit/f1ab7550bcd51c353a1cac0303df9bbe960b7eab
  Author: Frederik Gossen <frgossen at google.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

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

  Log Message:
  -----------
  [MLIR] Fix operand type in `from_extent_tensor` in the shape dialect

The operand of `from_extent_tensor` is now of the same index type as the result
type of the inverse operation `to_extent_tensor`.

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




More information about the All-commits mailing list