[PATCH] D78775: [MC] Fix quadratic behavior in addPendingLabel

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 24 13:33:28 PDT 2020


efriedma added a comment.

Iterating over a SmallPrtSet is non-deterministic; please use SmallSetVector.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78775





More information about the llvm-commits mailing list