autophase
autophase copied to clipboard
Any guidance on how to produce optimized IR for a given unoptimized LLVM-IR?
It's highly appreciated if any guidance on how to produce optimized IR for a given unoptimized LLVM-IR could be provided. Just as using LLVM's tool opt
with the command opt -O3 -S src.ll -o tgt.ll
, could we apply AutoPhase to generate optimized IR directly?