From e9bb13d494553ed7c45dcb08272efc8726ae81a3 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 15 Oct 2007 21:07:59 +0000 Subject: [PATCH] Document the -view-sunit-dags option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43015 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index b454b6b9d0b..bb4119c767c 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -862,7 +862,11 @@ of the code compiled (if you only get errors printed to the console while using this, you probably need to configure your system to add support for it). The -view-sched-dags option views the SelectionDAG output from the Select phase and input to the Scheduler -phase.

+phase. The -view-sunit-dags option views the ScheduleDAG, which is +based on the final SelectionDAG, with nodes that must be scheduled as a unit +bundled together into a single node, and with immediate operands and other +nodes that aren't relevent for scheduling omitted. +