[PATCH] D99434: [TSAN] Honor acquire failure mode on AtomicCAS
Bruno Cardoso Lopes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 28 17:11:12 PDT 2021
bruno updated this revision to Diff 341362.
bruno marked an inline comment as done.
bruno edited the summary of this revision.
bruno added a comment.
Address reviewer comments. To prevent false positive on release/consume, this now depends on https://reviews.llvm.org/D101501.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99434/new/
https://reviews.llvm.org/D99434
Files:
compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp
compiler-rt/test/tsan/compare_exchange.cpp
llvm/test/Instrumentation/ThreadSanitizer/atomic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99434.341362.patch
Type: text/x-patch
Size: 5180 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210429/131e94f9/attachment.bin>
More information about the llvm-commits
mailing list