[llvm] [SSAUpdater] Don't use large SmallSets for IDFcalc (PR #97823)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 5 06:31:29 PDT 2024


nikic wrote:

> SmallPtrSet doesn't have a reserve method right now, but if you reckon it's a better fit here then we can add one.

That's surprising! We should definitely add one...

https://github.com/llvm/llvm-project/pull/97823


More information about the llvm-commits mailing list