Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RegAllocFast] Fix nondeterminism in debuginfo generation
Changes from commit 1db137b added iteration over hash map that can result in non-deterministic order. Fix that by using a SmallMapVector to preserve the order. Differential Revision: https://reviews.llvm.org/D113468 (cherry picked from commit 3c47c5c)
- Loading branch information