[globalisel][docs] Add the tutorial to the Porting document
authorDaniel Sanders <daniel_l_sanders@apple.com>
Wed, 30 Oct 2019 21:52:57 +0000 (14:52 -0700)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Wed, 30 Oct 2019 21:53:39 +0000 (14:53 -0700)
In lieu of converting that tutorial to text, add a link to the porting
tutorial from the 2017 Dev Meeting to the porting page

llvm/docs/GlobalISel/Porting.rst

index 32ca139..0bc5e74 100644 (file)
@@ -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.