diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst index 6c92abedb372..75d82d6eaf96 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 `_ is another +instruction selection framework. + .. _SelectionDAG: Introduction to SelectionDAGs