Bugzilla – Bug 11895
SimplifyLibCalls should be merged into instcombine
Last modified: 2012-02-03 23:04:39 CST
Simplify libcalls was previously split out of instcombine so that it could be turned off with -fno-builtin. Now that we have TargetLibraryInfo around, we don't need to do this. Merging it into Instcombine's visitCall optimization logic would eliminate some phase ordering problems that it can have, and is a generally good cleanup anyway.
I would like to pick up this one if nobody is already working on it.
Nice, please propose a plan on llvmdev, incremental is good :)
Cool. I am working on a proposal now.