Files
clang-p2996/mlir/lib/Dialect/Bufferization/Transforms/BufferDeallocation.cpp
Uday Bondhugula e6edc1bd69 [MLIR] Fix non-deterministic generation from buffer-deallocation pass
The buffer-deallocation pass generates a different output on each run
due to an unstable iteration order.

Fixes: https://github.com/llvm/llvm-project/issues/59118

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D143622
2023-02-10 04:51:59 +05:30

31 KiB