[PATCH] D11579: [InstrProfiling] Fix data race on profile counters by using AtomicRMW.

Alexey Samsonov vonosmas at gmail.com
Wed Jul 29 15:32:08 PDT 2015


samsonov added a comment.

What kind of uses do you refer to? InstrProfIncrementInst we're replacing has type "void", so it doesn't return any value that can be consumed.


http://reviews.llvm.org/D11579







More information about the llvm-commits mailing list