[LLVMdev] Request for command

John Criswell jtcriswel at gmail.com
Tue Dec 2 09:50:12 PST 2014


On 12/2/14, 10:16 AM, Shreyas Mysore Shankar wrote:
> Hello all,
>
> I am Shreyas Mysore Shankar, student at Westrern michigan University. I am working on llvm dead loop deletion pass project. I am looking at the command to pass my .bc file along with-loop-deletion pass. Can anyone let me know the exact executable command.

You can use the opt command to run your pass on an LLVM bitcode file.  
Documentation on the opt command can be found in the LLVM documentation 
on the web site.

Regards,

John Criswell

>
> Kindly please me out.
>
> Thank you,
>
> Regards,
> Shreyas
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev


-- 
John Criswell
Assistant Professor
Department of Computer Science, University of Rochester
http://www.cs.rochester.edu/u/criswell




More information about the llvm-dev mailing list