Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hongxuchen committed Mar 21, 2024
1 parent cc6f0ee commit ae94574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -36,6 +36,7 @@ This README.md itself mostly records **LLVM backend** (as well as mixed) resourc
- 🐉 [LLVM Language Reference Manual](http://llvm.org/docs/LangRef.html) - detailed docs for LLVM IR/Bitcode
- 🐉 [LLVM Bitcode File Format](http://llvm.org/docs/BitCodeFormat.html)
- 🐉 [The Often Misunderstood GEP Instruction](http://llvm.org/docs/GetElementPtr.html)
- 🐉 [Opaque Pointers](https://llvm.org/docs/OpaquePointers.html) - Opaque pointer that was introduced in LLVM14 and fully deprecates typed pointers in LLVM17
- [A Gentle Introduction to LLVM IR](https://mcyoung.xyz/2023/08/01/llvm-ir/), with a [Chinese translation version](TODO)
- :octocat: [](https://github.com/sunxfancy/vscode-llvm) - VSCode LLVM Compiler Explorer
- 🐉 [LLVM Programmer’s Manual](http://llvm.org/docs/ProgrammersManual.html) - how to develop using LLVM infrastructure
Expand Down

0 comments on commit ae94574

Please sign in to comment.