jdoerfert added a comment.

In D94315#2487244 <https://reviews.llvm.org/D94315#2487244>, @ABataev wrote:

> In D94315#2487242 <https://reviews.llvm.org/D94315#2487242>, @jdoerfert wrote:
>
>> I don't understand where `inaccessiblemem_or_argmemonly` is coming from. 
>> This prevents us from inlining the outlined parallel region.
>
> __kmpc_serialized_parallel and __kmpc_end_serialized_parallel functions are 
> marked with this attribute and I think OpenMPOpt optimizes read_only 
> functions because of this. I.e. it does not consider 
> __kmpc_serialized_parallel and __kmpc_end_serialized_paralle function calls 
> as opimization barriers.

Can you provide an example why this is a problem?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94315

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to