[all-commits] [llvm/llvm-project] 45b995: [mlir][bufferize][NFC] Change signature of allocat...

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Jun 27 09:47:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 45b995cda4611d6c0f1b4c2e8b7903303ce5d49c
      https://github.com/llvm/llvm-project/commit/45b995cda4611d6c0f1b4c2e8b7903303ce5d49c
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-06-27 (Mon, 27 Jun 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
    M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
    M mlir/lib/Dialect/SCF/Transforms/BufferizableOpInterfaceImpl.cpp
    M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp

  Log Message:
  -----------
  [mlir][bufferize][NFC] Change signature of allocateTensorForShapedValue

Add a failure return value and bufferization options argument. This is to keep a subsequent change smaller.

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




More information about the All-commits mailing list