[all-commits] [llvm/llvm-project] 585012: [LLVM][TableGen][Jupyter] Add first tutorial notebook
David Spickett via All-commits
all-commits at lists.llvm.org
Fri Aug 4 03:22:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5850124ffd78e3a53f4a1abdd574c8ec507b964c
https://github.com/llvm/llvm-project/commit/5850124ffd78e3a53f4a1abdd574c8ec507b964c
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
A llvm/utils/TableGen/jupyter/tablegen_tutorial_part_1.ipynb
A llvm/utils/TableGen/jupyter/tablegen_tutorial_part_1.md
Log Message:
-----------
[LLVM][TableGen][Jupyter] Add first tutorial notebook
This first notebook covers the basics.
* classes
* defs
* basic types
* let in various forms
Everything up to multiclass, which will be the
start of the 2nd part of the tutorial.
I'd like to keep them in logical sections as
far as possible, so they are easy to digest.
Differential Revision: https://reviews.llvm.org/D137085
More information about the All-commits
mailing list