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

Diego Novillo dnovillo at google.com
Wed Jul 29 15:21:37 PDT 2015


dnovillo added a comment.

I'm confused. Your change seems to be modifying the semantics of the expansion. Could you elaborate on why this is safe? The code used to expect uses of the increment instruction.


http://reviews.llvm.org/D11579







More information about the llvm-commits mailing list