[all-commits] [llvm/llvm-project] 174288: [mlir][bufferize] Fix typo in EmptyTensorElimination

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Dec 12 05:31:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1742882a3496f5a96eb67f665d9c622633f3ae3c
      https://github.com/llvm/llvm-project/commit/1742882a3496f5a96eb67f665d9c622633f3ae3c
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M mlir/lib/Dialect/Bufferization/Transforms/EmptyTensorElimination.cpp

  Log Message:
  -----------
  [mlir][bufferize] Fix typo in EmptyTensorElimination

The structure of the code has changed a while ago and the code was not updated properly.

There is no test case for this because we do currently not have an op
that could trigger this bug.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list