[all-commits] [llvm/llvm-project] 483f27: Use index for shape.to_extent_tensor

Sean Silva via All-commits all-commits at lists.llvm.org
Tue Apr 14 15:09:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 483f2783ae013f0a07e11d16cf8f6d00fa552704
      https://github.com/llvm/llvm-project/commit/483f2783ae013f0a07e11d16cf8f6d00fa552704
  Author: Sean Silva <silvasean at google.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

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

  Log Message:
  -----------
  Use index for shape.to_extent_tensor

Summary:
Also,
- add IndexTensor to OpBase.td
- fix typo in the op name. It was mistakenly `to_tensor` instead of
  `to_extent_tensor`.

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




More information about the All-commits mailing list