IRGen support for coroutines by rjmccall · Pull Request #13788 · swiftlang/swift

Implement basic IRGen support for coroutines and enough optimizer support to actually generate optimized and unoptimized code from the SIL test cases in this patch. Optimization seems to break it s...