[PATCH] D99547: [IPO][SampleContextTracker] Use SmallVector to track context profiles to prevent non-determinism.

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 29 16:06:18 PDT 2021


wenlei accepted this revision.
wenlei added a comment.
This revision is now accepted and ready to land.

LGTM, thanks for the fix. I used SmallSet initially, but the need for set went away later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99547



More information about the llvm-commits mailing list