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

Without the change,
llvm/test/Transforms/CodeGenPrepare/X86/statepoint-relocate.ll would
fail when `combineHashValue` changes (#95970).

Fixes: dba7329ebb
2024-06-18 17:19:51 -07:00
..