[PATCH] D116300: [OMPIRBuilder] Fix store inst alignment for ordered depend directive
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 5 02:19:45 PST 2022
kiranchandramohan added a comment.
In D116300#3221620 <https://reviews.llvm.org/D116300#3221620>, @shraiysh wrote:
> Thanks for this patch @peixin. Can you please provide a reference to this requirement? (I was looking for the `__kmpc_doacross_post` in the RTL reference here <https://github.com/llvm/llvm-project/blob/main/openmp/runtime/doc/Reference.pdf> but could not find it)
I think it is the following.
https://github.com/llvm/llvm-project/blob/bde561c4813952847112600e5efe72d9015556f7/openmp/runtime/src/kmp_csupport.cpp#L4220
https://github.com/llvm/llvm-project/blob/df20599597079d620acb9ec2161fb54f838fbbb4/openmp/runtime/src/kmp.h#L4011
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116300/new/
https://reviews.llvm.org/D116300
More information about the llvm-commits
mailing list