[all-commits] [llvm/llvm-project] ab70b6: [MLIR][CAPI] Move `DenseMapInfo<MlirTypeID>`

Maksim Levental via All-commits all-commits at lists.llvm.org
Tue May 30 10:04:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab70b63a71abc741f12ed5ba2ff438fe44f46e5d
      https://github.com/llvm/llvm-project/commit/ab70b63a71abc741f12ed5ba2ff438fe44f46e5d
  Author: max <maksim.levental at gmail.com>
  Date:   2023-05-30 (Tue, 30 May 2023)

  Changed paths:
    M mlir/include/mlir/CAPI/Support.h
    M mlir/lib/Bindings/Python/PybindUtils.h

  Log Message:
  -----------
  [MLIR][CAPI] Move `DenseMapInfo<MlirTypeID>`

I mistakenly put this in `mlir/CAPI/Support.h` at some point during the flurry of refactoring of `TypeCaster`s but as @jpienaar rightly pointed out, it doesn't belong there.

Reviewed By: ftynse

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




More information about the All-commits mailing list