This is an archive of the discontinued LLVM Phabricator instance.

[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
due to an unstable iteration order.

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

Diff Detail

Event Timeline

bondhugula created this revision.Feb 8 2023, 6:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2023, 6:53 PM
bondhugula requested review of this revision.Feb 8 2023, 6:53 PM
mehdi_amini accepted this revision.Feb 8 2023, 7:11 PM
This revision is now accepted and ready to land.Feb 8 2023, 7:11 PM