[all-commits] [llvm/llvm-project] e6edc1: [MLIR] Fix non-deterministic generation from buffe...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Thu Feb 9 15:22:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6edc1bd69c881eabf78c439be7f42a639f0df79
https://github.com/llvm/llvm-project/commit/e6edc1bd69c881eabf78c439be7f42a639f0df79
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.h
M mlir/lib/Dialect/Bufferization/Transforms/BufferDeallocation.cpp
M mlir/lib/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list