summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/shift.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-09 23:46:01 +0000
committerChris Lattner <sabre@nondot.org>2004-04-09 23:46:01 +0000
commite576b91948ffb02562291fa02f1c84a457d5b6ba (patch)
tree96db0fe0fc48e49d83c1e8a086e0e161fc153f07 /test/Transforms/InstCombine/shift.ll
parenta5c5830d5330beeb8fe424c4cbe5f3758beb6938 (diff)
downloadllvm-e576b91948ffb02562291fa02f1c84a457d5b6ba.tar.gz
llvm-e576b91948ffb02562291fa02f1c84a457d5b6ba.tar.bz2
llvm-e576b91948ffb02562291fa02f1c84a457d5b6ba.tar.xz
Implement select.ll:test12*
This transforms code like this: %C = or %A, %B %D = select %cond, %C, %A into: %C = select %cond, %B, 0 %D = or %A, %C Since B is often a constant, the select can often be eliminated. In any case, this reduces the usage count of A, allowing subsequent optimizations to happen. This xform applies when the operator is any of: add, sub, mul, or, xor, and, shl, shr git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/shift.ll')
0 files changed, 0 insertions, 0 deletions