[llvm] [CodeExtractor] Resolving the Inconsistency of Compiled Binary Files (PR #86497)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 2 06:00:02 PDT 2024
hstk30-hw wrote:
https://llvm.org/docs/CodingStandards.html#beware-of-non-determinism-due-to-ordering-of-pointers
Say beware of non-determinism!
I see we use `SmallPtrSet` in many pass,
https://github.com/search?q=repo%3Allvm%2Fllvm-project+SmallPtrSet+path%3A%2F%5Ellvm%5C%2Flib%5C%2FTransforms%5C%2F%2F&type=code
maybe have same problem.
https://github.com/llvm/llvm-project/pull/86497
More information about the llvm-commits
mailing list