摘要: opt opt -S -instcombine src.ll -o out.ll 使用instcombine参数优化ll,很像LLVM PASS 优化器 更多的优化可以查看 opt -h clang clang.exe -emit-llvm -S main.c -o main.ll 将c代码编译为L 阅读全文
posted @ 2021-06-09 17:07 Ajanuw 阅读(438) 评论(0) 推荐(0)