[LLVMdev] running optimization pass in lli tool
Sara Elshobaky
sara.elshobaky at gmail.com
Sat Dec 28 21:06:52 PST 2013
Hello,
I'm currently trying to implement a new loop optimization pass in the LLVM.
Till now, I'm using the 'opt' tool to run my pass. But, I need to include my
pass in the MCJIT pass sequence.
I can't find a command option in the 'lli' tool to include any loop
optimization pass.
For example, I can't include the '-loop-rotate' pass in JIT to be performed
at runtime.
In my case, does it require a code modification? Where?
Please advice
Sara Elshobaky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131229/6e3e6c4e/attachment.html>
More information about the llvm-dev
mailing list