[llvm] [ADT] Skip destroying trivially destructible values in DenseMap (PR #106934)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 11:26:10 PST 2024


dwblaikie wrote:

> Test?

Not sure this is testable? If they're trivially destructible, it wouldn't be possible to observe the difference between destroying them and not destroying them, right?

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


More information about the llvm-commits mailing list