[all-commits] [llvm/llvm-project] 8b20e9: [mlir][Transforms] Make 1:N function conversion pa...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu May 16 05:42:53 PDT 2024


  Branch: refs/heads/users/matthias-springer/dialect_conversion_function_op_interface
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b20e99cc4757fdb28009a53da70e921ceeef6d6
      https://github.com/llvm/llvm-project/commit/8b20e99cc4757fdb28009a53da70e921ceeef6d6
  Author: Matthias Springer <me at m-sp.org>
  Date:   2024-05-16 (Thu, 16 May 2024)

  Changed paths:
    M mlir/include/mlir/Transforms/OneToNTypeConversion.h
    M mlir/lib/Dialect/Func/Transforms/OneToNFuncConversions.cpp
    M mlir/lib/Transforms/Utils/OneToNTypeConversion.cpp

  Log Message:
  -----------
  [mlir][Transforms] Make 1:N function conversion pattern interface-based

This commit turns the 1:N dialect conversion pattern for function
signatures into a pattern for `FunctionOpInterface`. This is similar to
the interface-based pattern that is provided with the 1:1 dialect
conversion (`populateFunctionOpInterfaceTypeConversionPattern`). No
change in functionality apart from supporting all `FunctionOpInterface`
ops and not just `func::FuncOp`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list