Rashmi Mudduluru
Rashmi Mudduluru
Check for cycles only at Sends
The signature of coro.id.retcon.once intrinsic was modified in https://github.com/swiftlang/llvm-project/pull/10015 with an extra vararg. This commit adds an auto upgrader to LLVM in order to be compatible with compilers generating old...
This PR modifies IRGen to emit a stub function `__swift_coroFrameAllocStub` instead of the newly introduced swift-rt function `swift_coroFrameAlloc`. The stub checks whether the runtime has the symbol `swift_coroFrameAlloc` and dispatches...