[all-commits] [llvm/llvm-project] e359a1: [mlir][linalg][bufferize][NFC] Map only tensors in...

Matthias Springer via All-commits all-commits at lists.llvm.org
Fri Dec 3 06:07:33 PST 2021


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

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

  Log Message:
  -----------
  [mlir][linalg][bufferize][NFC] Map only tensors in BufferizationState

BufferizationState had map/lookup overloads for non-tensor values. This was necessary for IREE. There is now a better way to do this, so these overloads can be removed.

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




More information about the All-commits mailing list