[all-commits] [llvm/llvm-project] 37317f: [mlir][linalg][bufferize] Decouple BufferizationAl...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Nov 4 19:51:30 PDT 2021


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

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

  Log Message:
  -----------
  [mlir][linalg][bufferize] Decouple BufferizationAliasInfo

Move dialect-specific and analysis-specific function out of BufferizationAliasInfo. BufferizationAliasInfo's only job now is to keep track of aliases.

This is in preparation of futher decoupling ComprehensiveBufferize from various dialects.

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




More information about the All-commits mailing list