[clang] [flang] [llvm] seq_cst is allowed in Flush since OpenMP 5.1. (PR #114072)

via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 20 22:19:50 PST 2024


ShashwathiNavada wrote:

> > > Thanks for this patch. Could you update the title/summary of the patch to say that seq_cst is allowed in Flush since OpenMP 5.1. Also, might make sense to say why no other changes in Lowering to IR is required.
> > > Could you add a test in flang/test/Lower/OpenMP/flush.f90 also for the Flang lowering?
> > 
> > 
> > @kiranchandramohan Thanks for the comment! I noticed this test doesn't cover other flush clauses like acq_rel, acquire or release. Do you think we need to add seq_cst specifically?
> 
> Yes, I think that would be good to do.

Flang currently does not support any other clauses of the flush directive, including seq_cst, so this functionality is not supported at the moment by flang.

https://github.com/llvm/llvm-project/pull/114072


More information about the cfe-commits mailing list