Files
clang-p2996/llvm/test/Transforms/GlobalMerge
Fangrui Song 58d7a6e0e6 [GlobalMerge] Use MapVector to stabilize iteration order
DenseMap iteration order is not guaranteed to be deterministic.

Without the change,
llvm/test/Transforms/GlobalMerge/basic.ll could fail when
`combineHashValue` changes (#95970).
2024-06-19 10:19:35 -07:00
..