[all-commits] [llvm/llvm-project] a88732: [mlir][bufferization][NFC] Extract block signature...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Aug 17 02:22:32 PDT 2023


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

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

  Log Message:
  -----------
  [mlir][bufferization][NFC] Extract block signature bufferization into separate function

When bufferizing "func.func", the entry block signature is bufferized. (Only functions with a single block are supported at the moment.) This functionality is moved into a separate function, so that it can be used for bufferizing unstructured control flow in the future.

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




More information about the All-commits mailing list