[PATCH] D109995: [OpenMP] Add NoSync attributes to alloc / free shared RTL calls
Joseph Huber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 17 12:45:44 PDT 2021
jhuber6 added inline comments.
================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPKinds.def:545
+ ? AttributeSet(EnumAttr(NoUnwind), EnumAttr(NoSync))
+ : AttributeSet(EnumAttr(NoUnwind), EnumAttr(NoSync)))
+
----------------
xbolva00 wrote:
> AttributeSet()?
We want this without optimistic attributes set. Optimistic attributes will be the default soon anyway.
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