commit | 0626367202ced4ab46410c15357eed0ad8be6d5c | [log] [tgz] |
---|---|---|
author | Stefan Stipanovic <sstipanovic@s-energize.com> | Thu Jul 11 21:37:40 2019 +0000 |
committer | Stefan Stipanovic <sstipanovic@s-energize.com> | Thu Jul 11 21:37:40 2019 +0000 |
tree | b501bcd56eabe89658e19db7b4497adc58b313e5 | |
parent | 7d2019bb961f94eec476f255bb776d470ecd1b49 [diff] |
[Attributor] Deduce "nosync" function attribute. 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. Reviewers: jdoerfert, jfb, nhaehnle, arsenm Subscribers: wdng, hfinkel, nhaenhle, mehdi_amini, steven_wu, dexonsmith, arsenm, uenoku, hiraditya, jfb, llvm-commits Differential Revision: https://reviews.llvm.org/D62766 llvm-svn: 365830