[all-commits] [llvm/llvm-project] 38bef4: [mlir][bufferization] Fix unknown ops in BufferVie...

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon May 15 05:38:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38bef476552021b7ad45d1aa989d250bcd0a38ff
      https://github.com/llvm/llvm-project/commit/38bef476552021b7ad45d1aa989d250bcd0a38ff
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    M mlir/lib/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.cpp
    M mlir/test/Dialect/Bufferization/Transforms/buffer-deallocation.mlir

  Log Message:
  -----------
  [mlir][bufferization] Fix unknown ops in BufferViewFlowAnalysis

If an op is unknown to the analysis, it must be treated conservatively: assume that every operand aliases with every result.

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




More information about the All-commits mailing list