mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-12 21:26:05 +00:00

This patch is a follow-up to r338702. We don't need to use a map to model the wait/ready/issued sets. It is much more efficient to use a vector instead. This patch gives us an average 7.5% speedup (on top of the ~12% speedup obtained after r338702). llvm-svn: 338883