search for: 52262def

Displaying 2 results from an estimated 2 matches for "52262def".

2010 Apr 13
3
[LLVMdev] Specifying a sequence of optimization flags on llvm-gcc
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
2010 Apr 13
0
[LLVMdev] Specifying a sequence of optimization flags on llvm-gcc
On Tue, Apr 13, 2010 at 10:09 AM, Felipe Sodré Silva <fsodre at gmail.com> wrote: > 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