mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
As requested, a blurb on sub-targets.
llvm-svn: 23769
This commit is contained in:
parent
31d368acdc
commit
47bcddb491
@ -444,7 +444,11 @@ href="TableGenFundamentals.html">TableGen</a> description of the register file.
|
||||
|
||||
<div class="doc_text">
|
||||
<p>
|
||||
TODO
|
||||
<p>The <tt>TargetSubtarget</tt> class is used to provide information about the
|
||||
specific chip set being targeted. A sub-target informs code generation of
|
||||
which instructions are supported, instruction latencies and instruction
|
||||
execution itinerary; i.e., which processing units are used, in what order, and
|
||||
for how long.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user