[all-commits] [llvm/llvm-project] 65ef43: [mlir][linalg][bufferize][NFC] Check return value ...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Oct 21 01:28:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 65ef43e288ad1e9fa7a01d2c09a13727f568b870
      https://github.com/llvm/llvm-project/commit/65ef43e288ad1e9fa7a01d2c09a13727f568b870
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-10-21 (Thu, 21 Oct 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp

  Log Message:
  -----------
  [mlir][linalg][bufferize][NFC] Check return value of getResultBuffer

In a subsequent commit, getResultBuffer can return a "null" Value. This is the case when the returned buffer from an scf.if is not unique.

This commit is in preparation for scf.if support to keep the next commit smaller.

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




More information about the All-commits mailing list