[all-commits] [llvm/llvm-project] 81e8c3: [mlir][linalg][bufferize][NFC] Add bufferizesToAli...

Matthias Springer via All-commits all-commits at lists.llvm.org
Sun Oct 31 01:07:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 81e8c391fc05f394eb99871a177bfef40903d9c5
      https://github.com/llvm/llvm-project/commit/81e8c391fc05f394eb99871a177bfef40903d9c5
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-10-31 (Sun, 31 Oct 2021)

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

  Log Message:
  -----------
  [mlir][linalg][bufferize][NFC] Add bufferizesToAliasOnly

The list of operations that do neither read nor write, but create an alias when bufferizing inplace, is getting longer. This commit adds a helper function so that we do not have to spell out the entire list each time.

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




More information about the All-commits mailing list