[all-commits] [llvm/llvm-project] 3490aa: [mlir][bufferization][NFC] Remove post-analysis st...

Matthias Springer via All-commits all-commits at lists.llvm.org
Fri May 27 19:40:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3490aadf56c90d42bbf974d84fc168c5fb78cd37
      https://github.com/llvm/llvm-project/commit/3490aadf56c90d42bbf974d84fc168c5fb78cd37
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-05-28 (Sat, 28 May 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
    M mlir/include/mlir/Dialect/Bufferization/Transforms/OneShotAnalysis.h
    M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
    M mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
    M mlir/lib/Dialect/Bufferization/Transforms/OneShotModuleBufferize.cpp

  Log Message:
  -----------
  [mlir][bufferization][NFC] Remove post-analysis step infrastructure

Now that analysis and bufferization are better separated, post-analysis steps are no longer needed. Users can directly interleave analysis and bufferization as needed.

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




More information about the All-commits mailing list