mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 05:46:06 +00:00

Because of lock contention, we temporarily disabled the printing of regions' status when it's exhausted. Given that it's useful when the Region OOM happens, this CL brings it back without lock contention. Differential Revision: https://reviews.llvm.org/D141955