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