[LLVMdev] Machine Pass

Nick Lewycky nicholas at mxc.ca
Thu Oct 30 20:38:41 PDT 2008


bhavani krishnan wrote:
> Is it possible to run machine passes using opt tool? If so, in what order should we invoke them?

No. 'opt' only does IR->IR, it never touches the codegen phase. Try 
using 'llc' instead.

Nick




More information about the llvm-dev mailing list