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

Duncan Sands baldrick at free.fr
Tue Apr 13 12:02:10 PDT 2010


Hi Felipe,

> 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?

"opt -O2" gives you almost the same as "llvm-gcc -O2" etc.

Ciao,

Duncan.



More information about the llvm-dev mailing list