[PATCH] D99024: [OpenMP][OMPIRBuilder] Adding support for `omp atomic`

Fady Ghanim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 20 12:06:47 PDT 2021


fghanim created this revision.
Herald added subscribers: jfb, guansong, hiraditya, yaxunl.
fghanim requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

This patch adds support for generating `omp atomic` for all different atomic clauses


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99024

Files:
  llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
  llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99024.332121.patch
Type: text/x-patch
Size: 27763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210320/26819429/attachment.bin>


More information about the llvm-commits mailing list