[PATCH] D142364: [LLVM][TableGen] Notebook describing how to write a Python backend

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 13:41:09 PST 2023


myhsu accepted this revision.
myhsu added a comment.
This revision is now accepted and ready to land.

LGTM, thank you for creating this tutorial! As I also mentioned in our previous email communication, I think this really helps the broader community including beginners to learn TableGen programming.



================
Comment at: llvm/utils/TableGen/jupyter/sql_query_backend.ipynb:3

----------------
I think it will be helpful to show the workflow of normal TG backend (TG parser -> C++ TG backend) and the Python TG backend we're developing here (llvm-tblgen -> JSON -> Python backend) side-by-side using one or two sentences.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142364/new/

https://reviews.llvm.org/D142364



More information about the llvm-commits mailing list