# llvm_essentials_cn **Repository Path**: lius511/llvm_essentials_cn ## Basic Information - **Project Name**: llvm_essentials_cn - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-26 - **Last Updated**: 2026-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## LLVM Essentials 中文版 Suyog Sarda, Mayur Pandey 著 Lifeng Pan 译 第 1 章 LLVM 概述 第 2 章 构建 LLVM IR 第 3 章 高级 LLVM IR 第 4 章 基础转换 第 5 章 基本块高级转换 第 6 章 中间表示到 Selection DAG 第 7 章 为目标架构生成代码 ### 示例代码 文件夹*example*包含书中的示例程序源代码,它们是基于`clang/llvm 3.8.1`编写的。只有安装了[LLVM 3.8.1](https://releases.llvm.org/download.html#3.8.1),才能按照书中说明的方式编译它们。 ### 下载PDF 请在右侧Releases下载本书的PDF文件。