1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02: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:
pooja2299 2021-06-14 01:19:54 +05:30
parent 55db7f1bc3
commit 45dc447bdf

View File

@ -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