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

Added support for the token type #12

Merged
merged 2 commits into from
Mar 20, 2018
Merged

Added support for the token type #12

merged 2 commits into from
Mar 20, 2018

Conversation

dkfellows
Copy link
Owner

This is part of properly supporting the LLVM coroutine intrinsics, which use a new type (token, which is basically a totally unaliasable unobscurable opaque pointer) and a new constant (none, the token which points nowhere). These are known to exist in LLVM 5 and later.

@dkfellows
Copy link
Owner Author

Found as far back as 3.8 too.

@dkfellows dkfellows added this to the 3.9 milestone Mar 20, 2018
@dkfellows dkfellows self-assigned this Mar 20, 2018
@dkfellows dkfellows merged commit d5188ff into master Mar 20, 2018
@dkfellows dkfellows deleted the token-type branch March 20, 2018 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant