[PATCH] D104204: [docs][GISel]Added GISel documentation link

PoojaYadav via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 01:10:18 PDT 2021


pooja2299 updated this revision to Diff 353871.
pooja2299 added a comment.

Added space between text and link


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104204/new/

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.353871.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210623/bf66dc72/attachment.bin>


More information about the llvm-commits mailing list