This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] exploded-graph-rewriter: Implement a single-path mode.
ClosedPublic

Authored by NoQ on Jul 5 2019, 1:22 PM.

Details

Summary

Instead of rewriting the whole graph, rewrite the leftmost path in the graph. Useful for trimmed graphs that are still too large to display due to multiple equivalent reports mixed into them.

Diff Detail

Repository
rL LLVM

Event Timeline

NoQ created this revision.Jul 5 2019, 1:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2019, 1:22 PM
Charusso accepted this revision.Jul 5 2019, 1:50 PM

Smart move! The left-most usually the shortest path, but what if not? I would calculate the length, other than that, cool. Thanks!

This revision is now accepted and ready to land.Jul 5 2019, 1:50 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2019, 4:54 PM