OSDN Git Service

Fix a vectorshuffle instcombine bug introduced by r55995.
authorDan Gohman <gohman@apple.com>
Thu, 11 Sep 2008 22:47:57 +0000 (22:47 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 11 Sep 2008 22:47:57 +0000 (22:47 +0000)
commit3139ff8f7b5e3eeb170d77ac8472fc4ca596ec0e
tree29814e01093bbe0023b84a39d959af82c6c50a6b
parent363f53f3ec711f603c9ba4a56a750795cd3f71aa
Fix a vectorshuffle instcombine bug introduced by r55995.
Patch by Nicolas Capens!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56129 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp
test/Transforms/InstCombine/pr2645-0.ll [moved from test/Transforms/InstCombine/pr2645.ll with 100% similarity]
test/Transforms/InstCombine/pr2645-1.ll [new file with mode: 0644]