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