[LLVMdev] Instruction Count in llvm-bcanalyzer

Chris Lattner clattner at apple.com
Mon Mar 30 12:50:56 PDT 2009


On Mar 30, 2009, at 12:08 PM, John Criswell wrote:

> Dear All,
>
> Does llvm-bcanalyzer still print the number of instructions in a  
> bitcode
> file, or has that functionality been removed?

Try the "opt -instcount -stats" option,

-Chris



More information about the llvm-dev mailing list