[all-commits] [llvm/llvm-project] 1b2bda: [mlir][linalg][bufferize] Add PostAnalysisStep

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Nov 11 16:52:43 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b2bda8d1a82b0ffc49eb485824fca93db1b0aac
      https://github.com/llvm/llvm-project/commit/1b2bda8d1a82b0ffc49eb485824fca93db1b0aac
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-11-12 (Fri, 12 Nov 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/BufferizableOpInterface.h
    M mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.h
    M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
    M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferizePass.cpp

  Log Message:
  -----------
  [mlir][linalg][bufferize] Add PostAnalysisStep

This helper struct allows users of ComprehensiveBufferize to inject "post analysis" steps that are implemented after the analysis but before the bufferization.

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




More information about the All-commits mailing list