[all-commits] [llvm/llvm-project] a98c5a: [mlir][linalg][bufferize] Fix CallOps with non-ten...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Jan 5 07:19:53 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a98c5a08b15ebc31b9303206b10a50d9949eb4d4
      https://github.com/llvm/llvm-project/commit/a98c5a08b15ebc31b9303206b10a50d9949eb4d4
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-01-06 (Thu, 06 Jan 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ModuleBufferization.cpp
    M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir

  Log Message:
  -----------
  [mlir][linalg][bufferize] Fix CallOps with non-tensor operands

Such CallOps were not handled properly. When computing the new result types (and replacement values) of a CallOp, non-tensor return values were not accounted for.

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




More information about the All-commits mailing list