[PATCH] D104204: [docs][GISel]Added GISel documentation link
PoojaYadav via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 14 07:18:12 PDT 2021
pooja2299 updated this revision to Diff 351864.
pooja2299 added a comment.
Removed a syntax error.
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.351864.patch
Type: text/x-patch
Size: 463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210614/3b9761d7/attachment.bin>
More information about the llvm-commits
mailing list