[PATCH] D75010: [OpenMP] Adding InaccessibleMemOnly and InaccessibleMemOrArgMemOnly for runtime calls.

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 22 10:33:41 PST 2020


sstefan1 marked an inline comment as done.
sstefan1 added a comment.

In D75010#1887984 <https://reviews.llvm.org/D75010#1887984>, @jdoerfert wrote:

> Thx! I'll ask more people to look at the barrier/flush stuff to make sure my suggestion wrt. inacc+argmemonly was correct.
>  The ones I would also love to see are the worksharing loop functions (end with _init_4, _fini etc.). Maybe we should do those and the getters/setters separate to speed things up.


Sounds good.



================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPKinds.def:278
 
-__OMP_RTL_ATTRS(__kmpc_global_thread_num, GetterAttrs, AttributeSet(), {})
 __OMP_RTL_ATTRS(omp_get_thread_num, GetterAttrs, AttributeSet(), {})
----------------
jdoerfert wrote:
> Where did this one go?
287


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75010/new/

https://reviews.llvm.org/D75010





More information about the llvm-commits mailing list