This is an archive of the discontinued LLVM Phabricator instance.

[Attributor] Deduce "nosync" function attribute
AbandonedPublic

Authored by sstefan1 on May 31 2019, 6:45 PM.

Details

Reviewers
jdoerfert
uenoku
Summary

Introduce new "nosync" attribute which indicates that a function does not synchronize with other functions. Will be used with "nofree" (D49165 & D62687) for dereferencable.

Event Timeline

sstefan1 created this revision.May 31 2019, 6:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 31 2019, 6:45 PM
sstefan1 updated this revision to Diff 202521.May 31 2019, 7:05 PM

changed updateImpl, the logic was wrong.

sstefan1 abandoned this revision.May 31 2019, 7:33 PM

wrong diff