mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
This commit fixes a memory leak in `sparse_codegen_foreach.mlir`. The bufferization inserted a copy for the operand of `sparse_tensor.foreach` because it conservatively assumed that the op writes to the operand.
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.