mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
Document -view-isel-dags and -view-sched-dags
llvm-svn: 23766
This commit is contained in:
parent
96f76f5257
commit
f5b250fb9c
@ -828,6 +828,15 @@ SelectionDAG-based instruction selection consists of the following steps:
|
||||
<p>After all of these steps are complete, the SelectionDAG is destroyed and the
|
||||
rest of the code generation passes are run.</p>
|
||||
|
||||
<p>One great way to visualize what is going on here is to take advantage of a
|
||||
few LLC command line options. In particular, the <tt>-view-isel-dags</tt>
|
||||
option pops up a window with the SelectionDAG input to the Select phase for all
|
||||
of the code compiled (if you only get errors printed to the console while using
|
||||
this, you probably <a href="ProgrammersManual.html#ViewGraph">need to configure
|
||||
your system</a> to add support for it). The <tt>-view-sched-dags</tt> option
|
||||
views the SelectionDAG output from the Select phase and input to the Scheduler
|
||||
phase.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- _______________________________________________________________________ -->
|
||||
|
Loading…
Reference in New Issue
Block a user