[llvm-commits] [llvm] r55734 - in /llvm/trunk: include/llvm/LinkAllPasses.h include/llvm/Transforms/IPO.h lib/Transforms/IPO/PartialSpecialization.cpp

Matthijs Kooijman matthijs at stdin.nl
Thu Sep 4 08:51:53 PDT 2008


Hi Andrew,

We've been using our specialization (internally dubbed function duplication)
code for a very specific target, meaning that our policy is completely
target-dependent. This means that I can't give any suggestions as to what a
good policy would be in general, but also that just providing knobs and
switches won't cut it for us. We really need to be able to plug in our own
policy function to make this usable for us.

Gr.

Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080904/6ead92bb/attachment.sig>


More information about the llvm-commits mailing list