This is an archive of the discontinued LLVM Phabricator instance.

[sancov] do not instrument nodes that are full post-dominators
ClosedPublic

Authored by aizatsky on Feb 26 2016, 6:08 PM.

Details

Summary

Without tree pruning clang has 2,667,552 points.
Wiht only dominators pruning: 1,515,586.
With both dominators & post-dominators pruning: 1,340,534.

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky updated this revision to Diff 49275.Feb 26 2016, 6:08 PM
aizatsky updated this revision to Diff 49276.
aizatsky retitled this revision from to [sancov] do not instrument nodes that are full pre-dominators.
aizatsky updated this object.

formatting

aizatsky added a project: Restricted Project.
aizatsky added a subscriber: llvm-commits.
aizatsky retitled this revision from [sancov] do not instrument nodes that are full pre-dominators to [sancov] do not instrument nodes that are full post-dominators.Feb 26 2016, 6:12 PM
aizatsky updated this object.
kcc accepted this revision.Feb 26 2016, 6:13 PM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 26 2016, 6:13 PM
This revision was automatically updated to reflect the committed changes.