OSDN Git Service

Move the remaining simplify-libcalls tests to instcombine, merging most of them into...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 19 May 2013 13:28:39 +0000 (13:28 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 19 May 2013 13:28:39 +0000 (13:28 +0000)
commitebe7a52a176daa655ba86646ee267958df8bdc5a
tree453699d8757d1afea68d88a80f1846921978a0e4
parenta73a6141cac0091a2121fcbf55b78d232680317c
Move the remaining simplify-libcalls tests to instcombine, merging most of them into a single file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182211 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/Transforms/InstCombine/PR7357.ll [moved from test/Transforms/SimplifyLibCalls/PR7357.ll with 76% similarity]
test/Transforms/InstCombine/float-shrink-compare.ll [moved from test/Transforms/SimplifyLibCalls/float-shrink-compare.ll with 98% similarity]
test/Transforms/InstCombine/simplify-libcalls.ll [new file with mode: 0644]
test/Transforms/InstCombine/win-math.ll [moved from test/Transforms/SimplifyLibCalls/win-math.ll with 100% similarity]
test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll [deleted file]
test/Transforms/SimplifyLibCalls/2007-04-06-strchr-miscompile.ll [deleted file]
test/Transforms/SimplifyLibCalls/2008-05-19-memcmp.ll [deleted file]
test/Transforms/SimplifyLibCalls/2009-05-30-memcmp-byte.ll [deleted file]
test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll [deleted file]
test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll [deleted file]
test/Transforms/SimplifyLibCalls/MemCpy.ll [deleted file]
test/Transforms/SimplifyLibCalls/lit.local.cfg [deleted file]