aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Sanders <daniel_l_sanders@apple.com>2019-10-30 14:52:57 -0700
committerDaniel Sanders <daniel_l_sanders@apple.com>2019-10-30 14:53:39 -0700
commit204a529cb0d6b67eb66d81a07e11a2df00e22764 (patch)
treec1b9a359f444db1a9bbf2a2d59bc215e3cf05e29
parentd8a4ef0e685cec1fc73d4953b48220b649d05b40 (diff)
downloadllvm-204a529cb0d6b67eb66d81a07e11a2df00e22764.zip
llvm-204a529cb0d6b67eb66d81a07e11a2df00e22764.tar.gz
llvm-204a529cb0d6b67eb66d81a07e11a2df00e22764.tar.bz2
[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
-rw-r--r--llvm/docs/GlobalISel/Porting.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/GlobalISel/Porting.rst b/llvm/docs/GlobalISel/Porting.rst
index 32ca139..0bc5e74 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.