[all-commits] [llvm/llvm-project] ed4749: [mlir] Add `populateFunctionOpInterfaceTypeConvers...

Ivan Butygin via All-commits all-commits at lists.llvm.org
Sat Nov 5 04:22:20 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed4749f9373d0079a69e947486aa29042d606458
      https://github.com/llvm/llvm-project/commit/ed4749f9373d0079a69e947486aa29042d606458
  Author: Ivan Butygin <ivan.butygin at gmail.com>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

  Changed paths:
    M mlir/include/mlir/Transforms/DialectConversion.h
    M mlir/lib/Transforms/Utils/DialectConversion.cpp
    M mlir/test/lib/Dialect/Test/TestPatterns.cpp

  Log Message:
  -----------
  [mlir] Add `populateFunctionOpInterfaceTypeConversionPattern` version which operates on any `FunctionOpInterface`

Exisitng version is always limited to some specific op.

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




More information about the All-commits mailing list