[PATCH] D29250: [PIR] Add fork, join and halt instructions
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 24 14:18:57 PST 2017
jdoerfert added a comment.
In https://reviews.llvm.org/D29250#659722, @majnemer wrote:
> Is there another patch which updates the langref? The semantics are most important of all.
Please see https://reviews.llvm.org/D30353 for a draft documentation and semantics.
> Also, how do you discover where a region begins and ends?
Please see https://reviews.llvm.org/D30354 for a draft parallel region info implementation that discovers and maintains parallel region information.
https://reviews.llvm.org/D29250
More information about the llvm-commits
mailing list