[llvm] [ADT] Simplify SmallSetIterator with std::variant (NFC) (PR #157229)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 6 01:49:11 PDT 2025
s-barannikov wrote:
std::variant can be quite heavy from both compile time and run time perspective. Can you measure if there is any impact?
https://github.com/llvm/llvm-project/pull/157229
More information about the llvm-commits
mailing list