[all-commits] [llvm/llvm-project] 547b9a: [mlir][linalg][bufferize][NFC] Add explicit inplac...

Matthias Springer via All-commits all-commits at lists.llvm.org
Fri Jan 7 07:28:21 PST 2022


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

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

  Log Message:
  -----------
  [mlir][linalg][bufferize][NFC] Add explicit inplaceable attrs to test cases

This is in preparation of fixing CallOp bufferization. Add explicit linalg.inplaceable attrs to all bbArgs, except for the ones where inplaceability should be decided by the analysis.

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




More information about the All-commits mailing list