[all-commits] [llvm/llvm-project] 06dacf: [mlir][func][bufferization][NFC] Simplify implemen...

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Aug 15 03:00:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06dacf5ea798741930fa714ec752c2e971625679
      https://github.com/llvm/llvm-project/commit/06dacf5ea798741930fa714ec752c2e971625679
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-08-15 (Tue, 15 Aug 2023)

  Changed paths:
    M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
    M mlir/lib/Dialect/Bufferization/Transforms/FuncBufferizableOpInterfaceImpl.cpp

  Log Message:
  -----------
  [mlir][func][bufferization][NFC] Simplify implementation

The bufferization implementation of `func.func` and `func.call` can be simplified. It still contained code that was necessary when One-Shot Bufferize removed return values. This functionality has been extracted into a separate pass a while ago.

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




More information about the All-commits mailing list