[PATCH] D31266: [sancov] fixing too aggressive instrumentation elimination

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 13:51:34 PDT 2017


kcc added a comment.

I don't like an algorithm were we determine the blocks to instrument while traversing and instrumenting other blocks.
It's much harder to reasons about.


https://reviews.llvm.org/D31266





More information about the llvm-commits mailing list