This is an archive of the discontinued LLVM Phabricator instance.

OpenMP 5.1 - Support 'seq_cst' clause on 'flush' directive
Needs ReviewPublic

Authored by soumitra on Mar 25 2022, 3:09 AM.

Details

Summary

OpenMP 5.1
Add support for the seq_cst clause for the flush directive

Diff Detail

Event Timeline

soumitra created this revision.Mar 25 2022, 3:09 AM
soumitra requested review of this revision.Mar 25 2022, 3:09 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript

I think this contains two distinct changes. Please split.

soumitra updated this revision to Diff 418530.Mar 28 2022, 3:14 AM

The previous patch had unrelated changes inadvertently. Corrected.