LLVM 소스 파일을 최적화하고 분석합니다. 더 많은 정보: https://llvm.org/docs/CommandGuide/opt.html.
opt -{{패스명}} {{경로/대상/파일.bc}} -S -o {{파일_opt.bc}}
.dot
opt {{-dot-cfg}} -S {{경로/대상/파일.bc}} -disable-output
opt -O2 {{경로/대상/파일.bc}} -S -o {{경로/대상/출력_파일.bc}}