[PATCH] D35043: [ADT] Enable reverse iteration for DenseMap

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 12:14:11 PDT 2017


davidxl added a comment.

The order is implementation defined which is deterministic -- and I am not sure about the annoyance part of it :) On  the other hand, requiring everything  related to output to have a fixed/well-defined order which is implementation independent can have its own cost in terms of compile time or memory usage.


Repository:
  rL LLVM

https://reviews.llvm.org/D35043





More information about the llvm-commits mailing list