New River, New Water

My note on LLVM

This is my note for This LLVM Talk. This is a very beginning level note.

Code

Compilers

file.cpp -> Clang AST -> LLVM IR -> Selection DAG -> LLVM MIR -> Machine Code Compiler


Prev: How to avoid aliasing in Virtual Indexed Physical Tagged
Next: Remarks on concepts in Flynn's taxonomy