Displaying 4 results from an estimated 4 matches for "ok2ekh".
2011 Jul 07
1
[LLVMdev] Dynamic Optimization selection for individual functions
...ng error:
"LLVM ERROR: 'main' label emitted multiple times to assembly file"
I may be applying a few passes multiple times. Could anyone with an
understanding of the PassManager shed some light on this?
Thanks,
Sameer
--
Sameer Kulkarni
My Present email load: http://courteous.ly/Ok2EKh
Work: www.cis.udel.edu/~skulkarn/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110706/53aa6897/attachment.html>
2011 Jun 24
1
[LLVMdev] Source Feature Extraction
...uctions in each function.), can anyone point me to a good way of doing
that?
If it is not already implemented do you think creating a feature Extraction
pass and passing it as an optimisation pass would be the way to go?
Cheers,
Sameer
--
Sameer Kulkarni
My Present email load: http://courteous.ly/Ok2EKh
Work: www.cis.udel.edu/~skulkarn/ <http://www.cis.udel.edu/%7Eskulkarn/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110624/8a88135a/attachment.html>
2011 Jun 19
0
[LLVMdev] Phase Interactions
On 19 June 2011 14:44, Suresh Purini <suresh.purini at gmail.com> wrote:
> I am doing few experiments to do understand optimization phase
> interactions. Here is a brief description of my experiements.
>
> 1. I picked the list of machine independent optimizations acting on
> llvm IR (those that are enabled at O3).
> 2. for each optimzation in the optimization-list
>
2011 Jun 19
2
[LLVMdev] Phase Interactions
Dear all,
I am doing few experiments to do understand optimization phase
interactions. Here is a brief description of my experiements.
1. I picked the list of machine independent optimizations acting on
llvm IR (those that are enabled at O3).
2. for each optimzation in the optimization-list
a) Compiled the program using 'clang -c O0 -flto program.c'
b) opt