commit | 5e86c5c682f5c47ad2b36d58680730ef19564e7b | [log] [tgz] |
---|---|---|
author | Mike Aizatsky <aizatsky@chromium.org> | Fri Feb 26 01:17:22 2016 +0000 |
committer | Mike Aizatsky <aizatsky@chromium.org> | Fri Feb 26 01:17:22 2016 +0000 |
tree | 08726cfcb8d70d508dc19552f58a97f77da8b388 | |
parent | c76bace985be2e40e777522a22785bbbc2292367 [diff] |
[sancov] Pruning full dominator blocks from instrumentation. Summary: This is the first simple attempt to reduce number of coverage- instrumented blocks. If a basic block dominates all its successors, then its coverage information is useless to us. Ingore such blocks if santizer-coverage-prune-tree option is set. Differential Revision: http://reviews.llvm.org/D17626 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261949 91177308-0d34-0410-b5e6-96231b3b80d8