[PATCH] DFSan's set label function should avoid writing to the shadow memory when the write would not change the value in memory.
Peter Collingbourne
peter at pcc.me.uk
Thu Aug 14 14:36:05 PDT 2014
LGTM
This is not the only place where we set labels. For example, the instrumentation pass may insert code that does it directly. But this seems like a strict improvement over the current situation.
http://reviews.llvm.org/D4894
More information about the llvm-commits
mailing list