Displaying 1 result from an estimated 1 matches for "llvmregion".
2010 Mar 06
1
[LLVMdev] region pass - new pass for llvm
...-----------------------------------
For us it would be useful to have the RegionPass interface in LLVM mainline.
Here what I found at the first glance:
* cmake/modules/LLVMLibDeps.cmake:
 > set(MSVC_LIB_DEPS_LLVMipa LLVMAnalysis LLVMCore LLVMSupport
 > LLVMSystem)
 > +set(MSVC_LIB_DEPS_LLVMregion LLVMAnalysis LLVMCore LLVMSupport
 > LLVMSystem)
Call the library LLVMRegion instead of LLVMregion?
* docs/Passes.html:
 > -<tr><td><a href="#constprop">-constprop</a></td><td>Simple constant 
 > propagation</td></tr>
 > +<...