[all-commits] [llvm/llvm-project] 330372: [mlir][tensor][bufferize] tensor.empty does not de...

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Feb 6 01:26:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 330372f2c58de12d711062f298c6472fc6a51fc5
      https://github.com/llvm/llvm-project/commit/330372f2c58de12d711062f298c6472fc6a51fc5
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
    M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp

  Log Message:
  -----------
  [mlir][tensor][bufferize] tensor.empty does not define the result tensor contents

This is encoded in the `BufferizableOpInterface` via `resultBufferizesToMemoryWrite = false`.

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




More information about the All-commits mailing list