summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCoroutines/coro-retcon-unreachable.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove unreachable blocks before splitting a coroutine.John McCall2019-08-141-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
OpenPOWER on IntegriCloud