This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] exploded-graph-rewriter: Implement a topology-only mode.
ClosedPublic

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

Details

Summary

In this mode the rewriter will only rewrite program points and omit program states. Useful for understanding the rough topology of the graph.

Diff Detail

Repository
rL LLVM

Event Timeline

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

May you would remove the "Program points:" part as we only have that, but I think we have enough space for that tiny note. Thanks!

This revision is now accepted and ready to land.Jul 5 2019, 1:55 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