[PATCH] D14981: [LoopVectorize] Use std::map rather than DenseMap for MinBWs.

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 25 03:42:57 PST 2015


sbaranga added a subscriber: sbaranga.
sbaranga added a comment.

Hi Charlie,

The iteration order over std::map is defined by the order of the keys (Instruction *). Wouldn't this also be non-deterministic?

Thanks,
Silviu


Repository:
  rL LLVM

http://reviews.llvm.org/D14981





More information about the llvm-commits mailing list