Login
From:
www.npopov.com
(Uncensored)
subscribe
LLVM: The middle-end optimization pipeline
https://www.npopov.com/2023/04/07/LLVM-middle-end-pipeline.html
links
backlinks
Roast topics
Find topics
Find it!
Compilers are classically split into three parts: The front end, the middle end and the back end. The front end is what deals with programming-language specific analysis, such as parsing, type checking, etc.