[all-commits] [llvm/llvm-project] 7a5056: [mlir][bufferize][NFC] Clean up ModuleBufferizatio...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Apr 6 02:33:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a50560354f3d0912b127eebe877fb7c0464f859
      https://github.com/llvm/llvm-project/commit/7a50560354f3d0912b127eebe877fb7c0464f859
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

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

  Log Message:
  -----------
  [mlir][bufferize][NFC] Clean up ModuleBufferizationState

* Store bbArg indices instead of BlockArguments, so that args can be changed during bufferizationn.
* Use type aliases for better readability.

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




More information about the All-commits mailing list