[PATCH] D104204: [docs][GISel]Added GISel documentation link
PoojaYadav via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 13 12:54:09 PDT 2021
pooja2299 created this revision.
pooja2299 added a reviewer: xgupta.
pooja2299 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Added the GISel docs link here - https://llvm.org/docs/CodeGenerator.html#instruction-selection-section
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D104204
Files:
llvm/docs/CodeGenerator.rst
Index: llvm/docs/CodeGenerator.rst
===================================================================
--- llvm/docs/CodeGenerator.rst
+++ llvm/docs/CodeGenerator.rst
@@ -728,6 +728,9 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104204.351739.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210613/8c64a234/attachment.bin>
More information about the llvm-commits
mailing list