]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
InstCombine: Teach most integer add/sub/mul/div combines how to deal with vectors.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 19 Jan 2014 15:24:22 +0000 (15:24 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 19 Jan 2014 15:24:22 +0000 (15:24 +0000)
commit0487faa97b7afd3e186bd6a56c864b7e66e354a0
tree88e0b3bb3fe45f31e0b4923d2f09165865dc2f20
parent3f6a9d705ae081d6e86b558a4014fc57de7a1b22
InstCombine: Teach most integer add/sub/mul/div combines how to deal with vectors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199602 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineAddSub.cpp
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
test/Transforms/InstCombine/add2.ll
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/mul.ll
test/Transforms/InstCombine/rem.ll
test/Transforms/InstCombine/sub.ll
test/Transforms/InstCombine/vec_phi_extract.ll
test/Transforms/LoopVectorize/global_alias.ll