Jun's Blog

Recent content on Jun's Blog

马上订阅 Jun's Blog RSS 更新: https://www.junz.org/index.xml

LLVM 中端优化之 InstCombine

2023年7月18日 16:45
InstCombine 是 LLVM 中的一个窥孔式的优化,为 LLVM 在 canonicalize IR 过程中的一个重要组成部分。这个 Pass 的主要目的就是尽可能地根据数学规则合并优化 IR,同时将 IR 归一化。 代码实