[all-commits] [llvm/llvm-project] 2bd607: DestinationPassingStyle: allow additional non-tens...

bjacob via All-commits all-commits at lists.llvm.org
Fri May 12 08:35:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2bd6077d7fb61a54ebfbcf2fa210e07e8005c4bf
      https://github.com/llvm/llvm-project/commit/2bd6077d7fb61a54ebfbcf2fa210e07e8005c4bf
  Author: Benoit Jacob <benoitjacob at google.com>
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
    M mlir/lib/Interfaces/DestinationStyleOpInterface.cpp
    M mlir/test/Dialect/Linalg/invalid.mlir
    A mlir/test/Interfaces/DestinationStyleOpInterface/verify-destination-style-op-interface.mlir
    M mlir/test/lib/Dialect/Test/TestOps.td

  Log Message:
  -----------
  DestinationPassingStyle: allow additional non-tensor results

Also some simplifications:

* `outputBufferOperands` was unused.
* The condition that the number of operands equals the number of inputs
  plus the number of inits seemed vacuously true (?).

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




More information about the All-commits mailing list