[PATCH] please review, non-determinism bug fix in gvn
Daniel Reynaud
dreynaud at apple.com
Mon May 12 10:17:18 PDT 2014
The issue is that there is a DenseMap with pointers that is iterated on. This means a given input can result in many unpredictable and unreproducible outputs.
Sorry for the lack of test case, but by definition this is very hard to reproduce and reduce.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gvn-determinism.patch
Type: application/octet-stream
Size: 2253 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140512/b95da8f2/attachment.obj>
More information about the llvm-commits
mailing list