[llvm] 0b16512 - [llvm][Tablegen] Link to tutorial before programmer's reference

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 27 02:29:36 PST 2025


Author: David Spickett
Date: 2025-11-27T10:28:26Z
New Revision: 0b1651260a36b38a65bb4f14ad8c9c5551ab5a34

URL: https://github.com/llvm/llvm-project/commit/0b1651260a36b38a65bb4f14ad8c9c5551ab5a34
DIFF: https://github.com/llvm/llvm-project/commit/0b1651260a36b38a65bb4f14ad8c9c5551ab5a34.diff

LOG: [llvm][Tablegen] Link to tutorial before programmer's reference

The natural assumption is that there's some sort of order here
and having people read the reference manual before the basic
tutorial does not make sense to me.

Added: 
    

Modified: 
    llvm/utils/TableGen/README.md

Removed: 
    


################################################################################
diff  --git a/llvm/utils/TableGen/README.md b/llvm/utils/TableGen/README.md
index ab3657d07d663..7c5b450949891 100644
--- a/llvm/utils/TableGen/README.md
+++ b/llvm/utils/TableGen/README.md
@@ -33,8 +33,8 @@ that the backend developer needs.
 
 Resources for learning the language:
 * [TableGen Overview](https://llvm.org/docs/TableGen/index.html)
-* [Programmer's reference guide](https://llvm.org/docs/TableGen/ProgRef.html)
 * [Tutorial](jupyter/tablegen_tutorial_part_1.ipynb)
+* [Programmer's reference guide](https://llvm.org/docs/TableGen/ProgRef.html)
 * [Tools for Learning LLVM TableGen](https://blog.llvm.org/posts/2023-12-07-tools-for-learning-llvm-tablegen/)
 * [Lessons in TableGen](https://www.youtube.com/watch?v=45gmF77JFBY) (video),
   [slides](https://archive.fosdem.org/2019/schedule/event/llvm_tablegen/attachments/slides/3304/export/events/attachments/llvm_tablegen/slides/3304/tablegen.pdf)


        


More information about the llvm-commits mailing list