<div dir="ltr">I have tried to invoke a transformation/optimization pass using -mllvm, without success. I might be missing something.<div><br></div><div>For example I have a shared/dynamic library which contains LLVM passes. I used to invoke them with llvmc like this:</div>
<div>>><i>llvmc mycode.c -o mycode.o -c -opt -Wo,=-load,libFoo.dylib,-Foo</i></div><div><br></div><div>Can this style of optimization be executed using -mllvm argument?</div><div><br></div><div>Thx,</div><div>PMon</div>
<div><br><br><div class="gmail_quote">On Sun, Mar 4, 2012 at 3:48 PM, Tobias Grosser <span dir="ltr"><<a href="mailto:tobias@grosser.es">tobias@grosser.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 03/04/2012 02:32 PM, Harel Cain wrote:<br>
> Thanks, but I'm not sure I understand. I see no such flag in clang 2.9<br>
> nor couldn't I find any mention of it. What does it do?<br>
<br>
</div>It's called -mllvm.<br>
<br>
You can use it like this.<br>
<br>
clang -mllvm -vectorize ...<br>
<br>
Cheers<br>
Tobi<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br></div></div>