[PATCH] D27243: Initial work on the XRay Graph tool.
Alexis Shaw via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 12 15:32:39 PST 2017
varno marked 15 inline comments as done.
varno added inline comments.
================
Comment at: test/tools/llvm-xray/X86/graph-simple-case.yaml:34-35
+#EMPTY: digraph xray {
+#EMPTY: F0 -> F1 [label="1"];
+#EMPTY: F1 [label="@(1)"];
+#EMPTY: }
----------------
dberris wrote:
> Did you need to write "DAG" here somewhere too?
I don't need DAG here as there is only one edge in this graph.
https://reviews.llvm.org/D27243
More information about the llvm-commits
mailing list