Unverified Commit 8def1288 authored by Pierre van Houtryve's avatar Pierre van Houtryve Committed by GitHub
Browse files

[UniformityAnalysis] Use DenseSet for DivergentValues (#93455)

Values are small, and std::set is just unnecessarily expensive. It stood
out in some quick performance profiling. DenseSet is a better
alternative in this case.
parent 1e6a82b8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment