[all-commits] [llvm/llvm-project] d62b4b: [mlir][linalg][bufferize] Compose dialect-specific...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Nov 25 18:38:45 PST 2021


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

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

  Log Message:
  -----------
  [mlir][linalg][bufferize] Compose dialect-specific bufferization state

Use composition instead of inheritance for storing dialect-specific bufferization state. This is in preparation of adding "tensor dialect"-specific bufferization state.

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




More information about the All-commits mailing list