[Coroutines] Prevent infinite loop in simplifyTerminatorLeadingToRet
Close https://github.com/llvm/llvm-project/issues/63639 This comes from the oversight the refactoring that we missed a `return false;` in the loop.
Loading
Please sign in to comment