[all-commits] [llvm/llvm-project] 25a4a9: [mlir][capi] Drop mlirShapedTypeGetTypeID

Lei Zhang via All-commits all-commits at lists.llvm.org
Wed May 24 15:51:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 25a4a9360e1dedb572dc007cf8cc97dfc3efdeac
      https://github.com/llvm/llvm-project/commit/25a4a9360e1dedb572dc007cf8cc97dfc3efdeac
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
    M mlir/include/mlir-c/BuiltinTypes.h

  Log Message:
  -----------
  [mlir][capi] Drop mlirShapedTypeGetTypeID

ShapedType is a virtual type rather than a concrete one.
We don't have an implmentation for this API too.

Reviewed By: makslevental

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




More information about the All-commits mailing list