[PATCH] D137085: [LLVM][TableGen] Add first tutorial notebook

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 08:34:38 PDT 2022


DavidSpickett created this revision.
Herald added a project: All.
DavidSpickett requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137085

Files:
  llvm/utils/TableGen/jupyter/tablegen_tutorial_part_1.ipynb
  llvm/utils/TableGen/jupyter/tablegen_tutorial_part_1.md

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137085.472027.patch
Type: text/x-patch
Size: 30720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221031/db59c80a/attachment.bin>


More information about the llvm-commits mailing list