mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[docs][GISel]Added GISel documentation link
Added the GISel docs link here - https://llvm.org/docs/CodeGenerator.html#instruction-selection-section Differential Revision: https://reviews.llvm.org/D104204
This commit is contained in:
parent
55db7f1bc3
commit
45dc447bdf
@ -728,6 +728,9 @@ description (``*.td``) files. Our goal is for the entire instruction selector
|
||||
to be generated from these ``.td`` files, though currently there are still
|
||||
things that require custom C++ code.
|
||||
|
||||
`GlobalISel <https://llvm.org/docs/GlobalISel/index.html>`_ is another
|
||||
instruction selection framework.
|
||||
|
||||
.. _SelectionDAG:
|
||||
|
||||
Introduction to SelectionDAGs
|
||||
|
Loading…
Reference in New Issue
Block a user