Thomas B. Jablin
2008-Sep-11 17:30 UTC
[LLVMdev] Specifying Additional Compilation Passes to lli
Hi, I'm interested in specifying some additional passes to the JIT via the command-line. The enclosed patch allows lli to take compiler passes as command-line arguments in the same way opt does. This is my first submission, so any comments, criticisms, or observations would be very welcome. Thanks. Tom Jablin -------------- next part -------------- A non-text attachment was scrubbed... Name: PassArgumentsForLLI.diff Type: text/x-diff Size: 9399 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080911/17a9d219/attachment.diff>
Evan Cheng
2008-Sep-15 16:46 UTC
[LLVMdev] Specifying Additional Compilation Passes to lli
Hi Tom, I don't think this is the right approach. May I ask you what passes you are trying to add? If you just want to run a number of llvm level optimization passes, the right approach is to add your own pass manager instead. Evan On Sep 11, 2008, at 10:30 AM, Thomas B. Jablin wrote:> Hi, > > I'm interested in specifying some additional passes to the JIT via > the command-line. The enclosed patch allows lli to take compiler > passes as command-line arguments in the same way opt does. This is > my first submission, so any comments, criticisms, or observations > would be very welcome. Thanks. > > Tom > Jablin > < > PassArgumentsForLLI > .diff>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Apparently Analagous Threads
- [LLVMdev] Specifying Additional Compilation Passes to lli
- [LLVMdev] Specifying Additional Compilation Passes to lli
- [LLVMdev] Specifying Additional Compilation Passes to lli
- [LLVMdev] Specifying Additional Compilation Passes to lli
- [LLVMdev] Specifying Additional Compilation Passes to lli