-
Notifications
You must be signed in to change notification settings - Fork 31
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
Look for reducer callbacks inside a variable declaration #279
base: dev/18.x
Are you sure you want to change the base?
Conversation
Identical hyperobject types are merged internally. If you write the same type twice there is only a single int cilk_reducer(id, reduce) x; /* VarDecl::getType() returns a newly allocated HyperobjecType */
int cilk_reducer(id, reduce) y; /* VarDecl::getType() returns the same pointer as the previous declaration */ The source tokens associated with the second instance of |
I improved support for |
No description provided.