[NFC][Coroutines] Build DominatorTree only once before collecting frame allocas (PR58650)
Assuming that collecting frame allocas doesn't modify CFG we can safely move DominatorTree construction outside loop and avoid expensive computations. Differential Revision: https://reviews.llvm.org/D140818
Loading
Please sign in to comment