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

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


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

removed extra space after the word 'another'


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


More information about the llvm-commits mailing list