[all-commits] [llvm/llvm-project] dbbd90: [mlir][TilingInterface] Fix use after free error f...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Mon Jan 16 13:00:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbbd9070152a2b1a28a1617437c75ed9491932c6
      https://github.com/llvm/llvm-project/commit/dbbd9070152a2b1a28a1617437c75ed9491932c6
  Author: Mahesh Ravishankar <ravishankarm at google.com>
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/SCF/Transforms/TileUsingInterface.h
    M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp

  Log Message:
  -----------
  [mlir][TilingInterface] Fix use after free error from D141028.

The `candidateSliceOp` was replaces and used in a subsequent
call. Instead just replace its uses. The op is dead and will be
removed with CSE.

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




More information about the All-commits mailing list