[PATCH] D109995: [OpenMP] Add NoSync attributes to alloc / free shared RTL calls

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 17 12:42:46 PDT 2021


xbolva00 added inline comments.


================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPKinds.def:545
+                    ? AttributeSet(EnumAttr(NoUnwind), EnumAttr(NoSync))
+                    : AttributeSet(EnumAttr(NoUnwind), EnumAttr(NoSync)))
+
----------------
AttributeSet()?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109995



More information about the llvm-commits mailing list