Look for reducer callbacks inside a variable declaration#279
Look for reducer callbacks inside a variable declaration#279VoxSciurorum wants to merge 5 commits intodev/18.xfrom
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.