================ @@ -51,7 +51,7 @@ class ConstraintSystem { /// A map of variables (IR values) to their corresponding index in the /// constraint system. - DenseMap<Value *, unsigned> Value2Index; + SmallDenseMap<Value *, unsigned, 16> Value2Index; ---------------- nikic wrote:
I'd add a using/typedef for this one, especially as it needs to be synchronized with ConstraintElimination. https://github.com/llvm/llvm-project/pull/111836 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits