TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: LLVM Book to Get Started

28 pointsby amir734jjabout 2 years ago
I am familiar with compilers but I have never had a chance to learn LLVM beside making simple examples. What is the good get started.

5 comments

superbatfishabout 2 years ago
You might already be advanced beyond high-level introductory material, but this short book chapter by Chris Lattner himself was a good read for me (a casual reader, not a compiler expert).<p><a href="http:&#x2F;&#x2F;aosabook.org&#x2F;en&#x2F;llvm.html" rel="nofollow">http:&#x2F;&#x2F;aosabook.org&#x2F;en&#x2F;llvm.html</a>
uxnsabout 2 years ago
Not a book, but you might find it helpful <a href="https:&#x2F;&#x2F;mukulrathi.com&#x2F;create-your-own-programming-language&#x2F;llvm-ir-cpp-api-tutorial&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mukulrathi.com&#x2F;create-your-own-programming-language&#x2F;...</a>
stonecharioteerabout 2 years ago
At the expense of sounding crazy, I&#x27;d actually recommend ChatGPT to help you learn this. Ask it pointed questions and keep going down that path. Don&#x27;t ask it for code but ask it to explain things to you. it&#x27;s really useful that way and avoids the meme-worthy bad code.
benzesandbetterabout 2 years ago
&quot;Transformers for Natural Language Processing&quot; by Denis Rothman on Packt is a good one.<p>Make sure to get the 2nd edition for the coverage of newer models, particularly the ones from Hugging Face.<p>Everything I&#x27;ve read from Denis is really good. He&#x27;s great at explaining complex topics in ways that are straightforward and digestible.
评论 #35173661 未加载
pjmlpabout 2 years ago
There are a couple of good ones at Packt.