Learn LLVM Posted on 2024-09-12 Views: Views: Word count in article: 78 Reading time ≈ 1 mins. How to Learn LLVM what is LLVM ? Low Level Virtual Machine 强大的编译器工具集 —> 支持多种编程语言的编译和优化 LLVM的核心 IR Intermediate Representation,IR —> 提供了一种与语言和目标无关的方式来表示代码 —> 在不同阶段对代码进行分析和优化