[PATCH] D62766: [Attributor] Deduce "nosync" function attribute.
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 31 19:50:48 PDT 2019
sstefan1 created this revision.
Herald added subscribers: llvm-commits, jfb, hiraditya.
Herald added a reviewer: jdoerfert.
Herald added a project: LLVM.
Introduce and deduce "nosync" function attribute to indicate that a function does not synchronize with another thread in a way that other thread might free memory.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D62766
Files:
llvm/docs/LangRef.rst
llvm/include/llvm/IR/Attributes.td
llvm/lib/Transforms/IPO/Attributor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62766.202526.patch
Type: text/x-patch
Size: 16580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190601/07544c94/attachment.bin>
More information about the llvm-commits
mailing list