The buffer-deallocation pass generates a different output on each run
due to an unstable iteration order.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D143622
[MLIR] Fix non-deterministic generation from buffer-deallocation pass ClosedPublic Authored by bondhugula on Feb 8 2023, 6:53 PM.
Details Summary The buffer-deallocation pass generates a different output on each run
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 8 2023, 7:11 PM Closed by commit rGe6edc1bd69c8: [MLIR] Fix non-deterministic generation from buffer-deallocation pass (authored by bondhugula). · Explain WhyFeb 9 2023, 3:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 496260 mlir/include/mlir/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.h
mlir/lib/Dialect/Bufferization/Transforms/BufferDeallocation.cpp
mlir/lib/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.cpp
|