[all-commits] [llvm/llvm-project] 53edf1: [mlir] Add `res()` method to `linalg::ContractionO...

Jerry Wu via All-commits all-commits at lists.llvm.org
Wed Jan 3 19:34:32 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53edf12e526704cc251b6a6917319c7cb7a653a0
      https://github.com/llvm/llvm-project/commit/53edf12e526704cc251b6a6917319c7cb7a653a0
  Author: Jerry Wu <cheyuw at google.com>
  Date:   2024-01-03 (Wed, 03 Jan 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
    M mlir/unittests/Dialect/CMakeLists.txt
    A mlir/unittests/Dialect/Linalg/CMakeLists.txt
    A mlir/unittests/Dialect/Linalg/LinalgInterfacesTest.cpp

  Log Message:
  -----------
  [mlir] Add `res()` method to `linalg::ContractionOpInterface` (#76539)

In addition to `lhs()` and `rhs()` to return left and right operands,
add `res()` to return the result value.




More information about the All-commits mailing list