[LLVMdev] Applying different Optimizations for different Functions - Questions?

David Greene dag at cray.com
Mon Aug 11 14:04:21 PDT 2008


On Sunday 10 August 2008 23:50, Murat wrote:
> Hi!
>
> I am trying to develop an LLVM tool which can apply different optimizations
> for selected functions. For example, I want to apply an optimization onto
> one function but not for another one.

I did some work on this kind of thing locally and found it to be much harder
than I'd anticipated.  I've got several patches in my queue to fix various 
problems with global data that should resolve most of the issues.  No
time frame on when those will go in, unfortunately.

                                              -Dave




More information about the llvm-dev mailing list