Displaying 3 results from an estimated 3 matches for "handywork".
2018 Jul 10
2
Programmatically Toggle Specific LLVM Optimizations
...1, 2018, at 1:16 PM, Michael Kruse <llvmdev at meinersbur.de> wrote:
>
> Some passes have supported options to disable them, e.g.
> -fno-vectorize and -fno-unroll-loops, but there is no general option.
> Since it's not useful in general to disable arbitrary options, some
> handywork is required. Using the legacy (=default) pass manager here.
>
> To get the passes that are run:
> $ clang -O3 -mllvm -debug-pass=Arguments
>
> To optimize separately:
> $ clang -Xclang -disable-llvm-passes -S -emit-llvm -o - | opt <your
> list of passes> | llc
> (not...
2018 Jun 01
2
Programmatically Toggle Specific LLVM Optimizations
Hi everyone!
First time poster here. Apologies if I am breaking some rules and please
let me know so I will not break it again!
I am a summer research student at the Computer Science Department at the
University of Toronto and I am working on benchmarking LLVM optimizations.
I tried looking for it online but was not able to find a programmatic
way to toggle specific LLVM optimizations. For
2003 Nov 10
3
AGI and PHP
i've just spent the pass 2 days trying to get AGI to work with PHP;
i made a lot of silly mistakes along the way which could have been
avoided if only there were some kinda howto or samples. at the risk
of looking stupid, i decided to shared my experience in hopes that
it might help some newbie get going with PHP.
1. first order of business is to be aware of your php environment; i m
NOT