[all-commits] [llvm/llvm-project] 53ff0d: [mlir] Fail early if AnalysisState::getBuffer() re...

Ashay Rane via All-commits all-commits at lists.llvm.org
Tue May 10 08:08:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53ff0daa7e9d3646ac9de7f0d6ed39359af94738
      https://github.com/llvm/llvm-project/commit/53ff0daa7e9d3646ac9de7f0d6ed39359af94738
  Author: Ashay Rane <ashay at users.noreply.github.com>
  Date:   2022-05-10 (Tue, 10 May 2022)

  Changed paths:
    M mlir/lib/Dialect/Tensor/Transforms/BufferizableOpInterfaceImpl.cpp

  Log Message:
  -----------
  [mlir] Fail early if AnalysisState::getBuffer() returns failure

This patch updates calls to AnalysisState::getBuffer() so that we return
early with a failure if the call does not succeed.

Reviewed By: springerm

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




More information about the All-commits mailing list