[all-commits] [llvm/llvm-project] 809675: [mlir][Linalg] NFC - Add support to specify that a...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Tue Oct 5 01:38:00 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8096759519f2930dc9ba2ceddada1100fee34a0b
      https://github.com/llvm/llvm-project/commit/8096759519f2930dc9ba2ceddada1100fee34a0b
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/ComprehensiveBufferize.h
    M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp

  Log Message:
  -----------
  [mlir][Linalg] NFC - Add support to specify that a tensor value is known to bufferize to writeable memory

This change allows better interop with external clients of comprehensive bufferization functions
but is otherwise NFC for the MLIR pass itself.

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




More information about the All-commits mailing list