[PATCH] D26718: [llvm] Iterate SmallPtrSet in reverse order to uncover non-determinism in codegen

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 14:52:46 PST 2016


mgrang updated this revision to Diff 81148.
mgrang added a comment.

Changed ReverseIterate to static member of a template class (it's has weak definition). This breaks the dependency between ADT and Support.


https://reviews.llvm.org/D26718

Files:
  include/llvm/ADT/SmallPtrSet.h
  lib/Support/CommandLine.cpp
  unittests/ADT/CMakeLists.txt
  unittests/ADT/ReverseIterationTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26718.81148.patch
Type: text/x-patch
Size: 5366 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161212/04f5249d/attachment.bin>


More information about the llvm-commits mailing list