Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-27 | Move sprintf simplifier tests to test/Transforms/InstCombine | Meador Inge | |
The tests from SPrintF.ll should have been migrated to sprintf-1.ll in r168677, but I forgot to do it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168702 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-11-27 | instcombine: Migrate sprintf optimizations | Meador Inge | |
This patch migrates the sprintf optimizations from the simplify-libcalls pass into the instcombine library call simplifier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168677 91177308-0d34-0410-b5e6-96231b3b80d8 |