[PATCH] D37246: [PGO] Fixed non-determinism with DenseSet storing function importing info.
Ana Pazos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 29 09:10:57 PDT 2017
apazos added a comment.
No, no test needs to change.
After r296498 change the compiler was generating:
!35 = !{!"function_entry_count", i64 1, i64 -2012135647395072713, i64 6699318081062747564}
While the test expected:
!35 = !{!"function_entry_count", i64 1, i64 6699318081062747564, i64 -2012135647395072713}
In regular mode, the test passes. But it failed in Reverse Iteration mode.
https://reviews.llvm.org/D37246
More information about the llvm-commits
mailing list