miniblog.
← Back to all posts
Wilfred Hughes
Nov 17, 2015 at 19:32
Reduce Your Testcases with Bugpoint and Custom Scripts
https://blog.llvm.org/2015/11/reduce-your-testcases-with-bugpoint-and.html
(incredible tool for automatically reducing LLVMIR testcases)
Reduce Your Testcases with Bugpoint and Custom Scripts
LLVM provides many useful command line tools to handle bitcode: opt is the most widely known and is used to run individual passes on an IR module, and llc invokes the backend to generate an assembly or object file from an IR module.