Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unreachable blocks before splitting a coroutine. | John McCall | 2019-08-14 | 1 | -0/+46 |
The suspend-crossing algorithm is not correct in the presence of uses that cannot be reached on some successor path from their defs. llvm-svn: 368796 |