Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ coroutines intrinsics need overloading #717

Open
arichardson opened this issue Sep 10, 2023 · 0 comments
Open

C++ coroutines intrinsics need overloading #717

arichardson opened this issue Sep 10, 2023 · 0 comments
Labels
clang Clang C/C++ frontend issues Engineering Work that is mostly about implementation of an idea. enhancement New feature or request

Comments

@arichardson
Copy link
Member

Currently all the coroutines LLVM intrinsics e.g. int_coro_save use llvm_ptr_ty. These will need to be overloaded to support them for purecap.

@arichardson arichardson added enhancement New feature or request clang Clang C/C++ frontend issues Engineering Work that is mostly about implementation of an idea. labels Sep 10, 2023
arichardson added a commit that referenced this issue Sep 11, 2023
Attempting to generate code for C++20 coroutines is not yet possible
since the underlying LLVM intrinsics are not overloaded.

See #717
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang C/C++ frontend issues Engineering Work that is mostly about implementation of an idea. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant