[LLVMdev] Specifying a sequence of optimization flags on llvm-gcc

Felipe Sodré Silva fsodre at gmail.com
Tue Apr 13 10:09:25 PDT 2010


On Mon, Apr 12, 2010 at 12:39 AM, Duncan Sands <baldrick at free.fr> wrote:

>
> try something like this:
>
> llvm-gcc -c -emit-llvm -o - | opt ...list.transforms.here... > result.bc
>

Another question about it: is this transforms list applied in the same order
it's given to the command line? Can I repeat a transformation pass within a
list?

Thanks you!

Felipe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100413/25e30315/attachment.html>


More information about the llvm-dev mailing list