From 45dc447bdf2f0c71caa6562efd1f3d59d5d08ca9 Mon Sep 17 00:00:00 2001 From: pooja2299 Date: Mon, 14 Jun 2021 01:19:54 +0530 Subject: [PATCH] [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 --- docs/CodeGenerator.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CodeGenerator.rst b/docs/CodeGenerator.rst index 6c92abedb37..75d82d6eaf9 100644 --- a/docs/CodeGenerator.rst +++ b/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 `_ is another +instruction selection framework. + .. _SelectionDAG: Introduction to SelectionDAGs