[all-commits] [llvm/llvm-project] 26c0dd: [mlir][linalg][bufferize][NFC] Move helper functio...

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Nov 22 19:01:51 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 26c0dd83ab0d1dc408856e50a80ca8d186e634cc
      https://github.com/llvm/llvm-project/commit/26c0dd83ab0d1dc408856e50a80ca8d186e634cc
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-11-23 (Tue, 23 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/BufferizableOpInterface.cpp
    M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/CMakeLists.txt
    M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir][linalg][bufferize][NFC] Move helper function to op interface

This is in preparation of changing the op traversal during bufferization.

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




More information about the All-commits mailing list