[llvm] 204a529 - [globalisel][docs] Add the tutorial to the Porting document
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 14:54:50 PDT 2019
Author: Daniel Sanders
Date: 2019-10-30T14:53:39-07:00
New Revision: 204a529cb0d6b67eb66d81a07e11a2df00e22764
URL: https://github.com/llvm/llvm-project/commit/204a529cb0d6b67eb66d81a07e11a2df00e22764
DIFF: https://github.com/llvm/llvm-project/commit/204a529cb0d6b67eb66d81a07e11a2df00e22764.diff
LOG: [globalisel][docs] Add the tutorial to the Porting document
In lieu of converting that tutorial to text, add a link to the porting
tutorial from the 2017 Dev Meeting to the porting page
Added:
Modified:
llvm/docs/GlobalISel/Porting.rst
Removed:
################################################################################
diff --git a/llvm/docs/GlobalISel/Porting.rst b/llvm/docs/GlobalISel/Porting.rst
index 32ca139aa4d8..0bc5e7446b83 100644
--- a/llvm/docs/GlobalISel/Porting.rst
+++ b/llvm/docs/GlobalISel/Porting.rst
@@ -19,3 +19,10 @@ Additionally:
* ``TargetPassConfig`` --- create the passes constituting the pipeline,
including additional passes not included in the :ref:`pipeline`.
+
+Tutorials
+=========
+
+We'd recommend watching `this tutorial
+<https://www.llvm.org/devmtg/2017-10/#tutorial2>`_ from the 2017 LLVM DevMeeting
+which gave an overview of how to bring up a new backend in GlobalISel.
More information about the llvm-commits
mailing list