[PATCH] D83297: [Attributor][WIP] Attribute scheduling visualization.

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 14:14:48 PDT 2020


kuter added a comment.

In D83297#2138744 <https://reviews.llvm.org/D83297#2138744>, @bbn wrote:

> Can we just merge the dependency graph and the "SchedulingGraph" because I think they are quite similar.


Thank you for the idea. There are some problems with how the end result looks like and to fix that I
will change this significantly. My answer is late because it took some time for me to decide what I am going to do with this.

This is how it looks like right now: https://streamable.com/qguha8

The layout is not consistent across the frames. To fix this I will 
record the state of scheduling (or the changes that are happening to the state) at each step  
and output the scheduling graphs after the fix point iteration is complete hiding the nodes and edges that are not
visible at each step.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83297/new/

https://reviews.llvm.org/D83297





More information about the llvm-commits mailing list