]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
instcombine: Migrate isdigit optimizations
authorMeador Inge <meadori@codesourcery.com>
Mon, 26 Nov 2012 02:31:59 +0000 (02:31 +0000)
committerMeador Inge <meadori@codesourcery.com>
Mon, 26 Nov 2012 02:31:59 +0000 (02:31 +0000)
commita0798ec3774de21f3ae3a7eba237e274e4c05ac3
tree22dd27e1c5bdc16d8e7053e4245f3e3ea745955c
parentd6a93075a1058072e3b2525d26b3516404a7cef4
instcombine: Migrate isdigit optimizations

This patch migrates the isdigit optimizations from the simplify-libcalls
pass into the instcombine library call simplifier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168578 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SimplifyLibCalls.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
test/Transforms/InstCombine/isdigit-1.ll [new file with mode: 0644]
test/Transforms/SimplifyLibCalls/IsDigit.ll [deleted file]