[PATCH] D79983: [TSAN] Add option to allow instrumenting reads of reads-before-writes
Dmitry Vyukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 15 00:52:25 PDT 2020
dvyukov added a comment.
Maybe this flag should turn off instrumentation of the "atomic" writes? Then the "reads-before-write" are not before writes anymore and will be naturally instrumented. And we also get faster execution. What do you think?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79983/new/
https://reviews.llvm.org/D79983
More information about the llvm-commits
mailing list