Displaying 1 result from an estimated 1 matches for "5c9fe292".
2011 Jul 07
1
[LLVMdev] Dynamic Optimization selection for individual functions
Hi All,
I am trying to write a machine learning algorithm that would predict a good
optimization to apply to a given function. I wanted to perform this by
modifying the list of optimizations applied by the FPPassManager based on
some dynamic data.
At present I was trying to do this by modifying the
FPPassManager::runOnFunction(Function) implementation. However this is
causing the following error: