[PATCH] D18164: [tsan] Do not instrument reads/writes to instruction profile counters.
Anna Zaks via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 15 10:25:35 PDT 2016
zaks.anna added a comment.
How about we mark that load as "Monotonic"?
Is the profiler team OK with that? My understanding is that you did not want anything that causes run time overhead on x86 and ARM. In any case, that would allow us to unblock TSan and give you time to decide what you want to do.
http://reviews.llvm.org/D18164
More information about the llvm-commits
mailing list