Evian-Zhang / llvm-ir-tutorial

LLVM IR入门指南

Home Page:https://evian-zhang.github.io/llvm-ir-tutorial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opt --O3 优化级别

jjeejj opened this issue · comments

commented

LLVM后端优化IR 使用 opt
这里的优化级别参数为 --O3, 不是 -O3
image

clang 的 是 -O3

多谢。已修改