跳转至

PL

LLVMlite 文档

LLVMlite 是 Upenn CIS314(也是上科大 CS131)Compiler 课程中定义的 LLVM IR 的简化子集。它保留了 LLVM 的核心要素,挺适合用作初学者写编译器的目标语言。这篇文章是 LLVMlite 规范的简要记录。