From 204a529cb0d6b67eb66d81a07e11a2df00e22764 Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Wed, 30 Oct 2019 14:52:57 -0700 Subject: [PATCH] [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 --- llvm/docs/GlobalISel/Porting.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 +`_ from the 2017 LLVM DevMeeting +which gave an overview of how to bring up a new backend in GlobalISel. -- 2.7.4