search for: libllvmr600codegen

Displaying 2 results from an estimated 2 matches for "libllvmr600codegen".

2015 Mar 03
2
[LLVMdev] Need a clue to improve the optimization of some C code
...) What's you're use case? Are you using clang to compile C code? Are you manually generating LLVM IR? yes the "inline function C code" will be compiled by clang. > 2) Are you tracking ToT? If you're not, you should be. Currently the git repo doesn't build for me (libLLVMR600CodeGen fails). Admittedly my IR output is from an older version - 3.6. > > Depending on your use case, you might find this document useful: > http://llvm.org/docs/Frontend/PerformanceTips.html Maybe yes, if it would be sensible to rewrite the IR, which I am wondering, if that is a good/useful...
2015 Mar 03
2
[LLVMdev] Need a clue to improve the optimization of some C code
Hi I have some inline function C code, that llvm could be optimizing better. Since I am new to this, I wonder if someone could give me a few pointers, how to approach this in LLVM. Should I try to change the IR code -somehow- to get the code generator to generate better code, or should I rather go to the code generator and try to add an optimization pass ? Thanks for any feedback. Ciao