[all-commits] [llvm/llvm-project] 360c62: [mlir][linalg][transform][python] Drop _get_op_res...

Ingo Müller via All-commits all-commits at lists.llvm.org
Thu Sep 14 08:24:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 360c6290240910991bcd660297b3e615cb8f3216
      https://github.com/llvm/llvm-project/commit/360c6290240910991bcd660297b3e615cb8f3216
  Author: Ingo Müller <ingomueller at google.com>
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
    M mlir/python/mlir/dialects/_structured_transform_ops_ext.py

  Log Message:
  -----------
  [mlir][linalg][transform][python] Drop _get_op_result... from mix-ins. (#65726)

`_get_op_result_or_value` was used in mix-ins to unify the handling of
op results and values. However, that function is now called in the
generated constructors, such that doing so in the mix-ins is not
necessary anymore.




More information about the All-commits mailing list