[PATCH] D130482: [LAA] Avoid non-determinism due to blocks order. PR56672

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 10:31:45 PDT 2022


efriedma added a comment.

In general, I prefer not to refer to any issue that involves different inputs leading to different outputs as "non-determinism".  It might be bad for various reasons to make the output sensitive to minor details of the input, but actual non-determinism is a much more serious problem because the output isn't reproducible.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130482/new/

https://reviews.llvm.org/D130482



More information about the llvm-commits mailing list