[all-commits] [llvm/llvm-project] 56e197: [MLIR][Shape] Generalize `shape.concat` to extent ...

Yuanqiang Liu via All-commits all-commits at lists.llvm.org
Thu Jun 9 08:23:40 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56e19717f56ac7b96d1eb91107fe666429363ef7
      https://github.com/llvm/llvm-project/commit/56e19717f56ac7b96d1eb91107fe666429363ef7
  Author: Yuanqiang Liu <liuyuanqiang.yqliu at bytedance.com>
  Date:   2022-06-09 (Thu, 09 Jun 2022)

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

  Log Message:
  -----------
  [MLIR][Shape] Generalize `shape.concat` to extent tensors

The operation `shape.concat` was used for type shape only.
We now enable it for extent tensors.

Reviewed By: jpienaar

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




More information about the All-commits mailing list