[PATCH] D35043: [ADT] Enable reverse iteration for DenseMap
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 00:25:18 PDT 2017
mehdi_amini added a comment.
I had a similar issue when I tried to change the StringMap hash function in LLVM and it broke a bunch of test because LLVM's behavior changes depending on the order of iteration there (this is deterministic but the hash function is part of the inputs to consider for determinism basically...)
Repository:
rL LLVM
https://reviews.llvm.org/D35043
More information about the llvm-commits
mailing list