[all-commits] [llvm/llvm-project] 9bae20: [mlir] Add shape.func

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Fri Apr 22 11:37:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9bae20b52822994a74e3017722f4b445e09e993b
      https://github.com/llvm/llvm-project/commit/9bae20b52822994a74e3017722f4b445e09e993b
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2022-04-22 (Fri, 22 Apr 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
    M mlir/lib/Dialect/Shape/IR/CMakeLists.txt
    M mlir/lib/Dialect/Shape/IR/Shape.cpp
    M mlir/test/Analysis/test-shape-fn-report.mlir
    M mlir/test/lib/Dialect/Shape/TestShapeFunctions.cpp
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir] Add shape.func

Add shape func op for use (primarily) in shape function_library op. Allows
setting default dialect for some simpler authoring. This is a minimal version
of the ops needed.

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




More information about the All-commits mailing list