[PATCH] D115302: GlobalsModRef should treat functions w/o nosync conservatively.
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 8 14:16:20 PST 2021
tra updated this revision to Diff 392935.
tra added a comment.
Herald added a subscriber: jdoerfert.
Updated tests to use nosync attributes where the tests assumed it.
Added nosync to a couple of objc intrinsics.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115302/new/
https://reviews.llvm.org/D115302
Files:
llvm/include/llvm/IR/Intrinsics.td
llvm/lib/Analysis/GlobalsModRef.cpp
llvm/test/Analysis/GlobalsModRef/dead-uses.ll
llvm/test/Analysis/GlobalsModRef/func-memattributes.ll
llvm/test/Analysis/GlobalsModRef/functions_without_nosync.ll
llvm/test/Analysis/GlobalsModRef/intrinsic_addressnottaken1.ll
llvm/test/Analysis/GlobalsModRef/intrinsic_addressnottaken2.ll
llvm/test/Analysis/GlobalsModRef/no-escape.ll
llvm/test/Transforms/ObjCARC/basic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115302.392935.patch
Type: text/x-patch
Size: 6837 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211208/094be8ac/attachment.bin>
More information about the llvm-commits
mailing list