[llvm] [Coroutines][Swift] Remove replaceSwiftErrorOps while cloning (PR #116292)
Tyler Nowicki via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 06:53:20 PST 2024
TylerNowicki wrote:
Okay, I understand. Considering that swifterror is a generic LLVM IR feature I think it should be discussed in the documentation [1]. I will create a documentation PR with some of the above info on swifterror.
I think swifterror is related to the intrinsics coro.alloca.alloc, coro.alloca.get and coro.alloca.free but these are also not described in [1]. Can you comment on their connection?
[1] - https://llvm.org/docs/Coroutines.html
https://github.com/llvm/llvm-project/pull/116292
More information about the llvm-commits
mailing list