[PATCH] D87063: [BitcodeReader] Fix O(N^2) in placeholder replacement algorithm.

Owen Anderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 16:22:18 PDT 2020


resistor added a comment.

If the maps are typically small, would `SmallDenseMap` make sense?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87063



More information about the llvm-commits mailing list