[llvm] a15f9ff - [docs][GISel]Added GISel documentation link
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 23 12:25:37 PDT 2021
Author: pooja2299
Date: 2021-06-24T00:55:00+05:30
New Revision: a15f9ff996eafdc125402d5a40c8af5cd59a0f6a
URL: https://github.com/llvm/llvm-project/commit/a15f9ff996eafdc125402d5a40c8af5cd59a0f6a
DIFF: https://github.com/llvm/llvm-project/commit/a15f9ff996eafdc125402d5a40c8af5cd59a0f6a.diff
LOG: [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
Added:
Modified:
llvm/docs/CodeGenerator.rst
Removed:
################################################################################
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst
index 6c92abedb372a..75d82d6eaf961 100644
--- a/llvm/docs/CodeGenerator.rst
+++ b/llvm/docs/CodeGenerator.rst
@@ -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
More information about the llvm-commits
mailing list