autophase icon indicating copy to clipboard operation
autophase copied to clipboard

Any guidance on how to produce optimized IR for a given unoptimized LLVM-IR?

Open XChy opened this issue 5 months ago • 0 comments

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?

XChy avatar Sep 04 '24 11:09 XChy