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

George Karpenkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 13:24:59 PDT 2017


george.karpenkov added a comment.

@kcc: sure, great!

In the spirit of disclosure, I'm now pretty certain I'm actually hitting a separate bug where the critical edges are not being split (even though SanitizerCoverage pass calls the proper function. Probably another after instrumentation adds them?.. ).


https://reviews.llvm.org/D31266





More information about the llvm-commits mailing list