arcana-lab / noelle

NOELLE Offers Empowering LLVM Extensions
MIT License
75 stars 36 forks source link

Add an optional edge->id map to DGbase #28

Closed vgene closed 2 years ago

vgene commented 2 years ago

Add an edge to id map to the DGBase. Also modified the DGPrinter to print the ID as a label to the edge.

This is used by the repl of CPF to render the PDG with the edge ID, an important feature to visualize and decide which edge to keep.

vgene commented 2 years ago

Feedback addressed @scampanoni