[PATCH] D58384: [ThinLTO] Fix test with reverse-iteration

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 08:33:45 PST 2019


evgeny777 added a comment.

Summary clusters, nodes and edges are retrieved from DenseMap with arbitrary order, which doesn't make result DOT file invalid.
Reverse iteration just exposes test issues.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58384





More information about the llvm-commits mailing list