instcombine: Migrate strcmp and strncmp optimizations
authorMeador Inge <meadori@codesourcery.com>
Mon, 15 Oct 2012 03:47:37 +0000 (03:47 +0000)
committerMeador Inge <meadori@codesourcery.com>
Mon, 15 Oct 2012 03:47:37 +0000 (03:47 +0000)
This patch migrates the strcmp and strncmp optimizations from the
simplify-libcalls pass into the instcombine library call simplifier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165915 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found