[PATCH] D17400: [CaptureTracking] Support atomicrmw and cmpxchg

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 11:23:24 PST 2016


jfb added a comment.

lgtm

Interesting: the current code can't see through an inttoptr + cmpxchg which captures the pointer? It assumes it's captured as soon as the inttoptr occurs?


http://reviews.llvm.org/D17400





More information about the llvm-commits mailing list