[all-commits] [llvm/llvm-project] 26e904: [mlir][linalg][bufferize][NFC] Decouple Comprehens...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Nov 17 23:16:14 PST 2021


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

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

  Log Message:
  -----------
  [mlir][linalg][bufferize][NFC] Decouple ComprehensiveBufferize from tensor dialect

Add a new BufferizableOpInterface method `isNotConflicting` that can be used to implement custom analysis rules.

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




More information about the All-commits mailing list