Fix a shufflevector instcombine that was emitting invalid masks indices
authorDan Gohman <gohman@apple.com>
Wed, 6 Aug 2008 18:17:32 +0000 (18:17 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 6 Aug 2008 18:17:32 +0000 (18:17 +0000)
commit4ce9627e97094163f8a55cf0cb74f074bd17dfc8
treedba7ca1b2c0fb653e13faeba0f6fda7474831ced
parentd756f8820ab054882b7517e232e9e448893b60a7
Fix a shufflevector instcombine that was emitting invalid masks indices
when it meant to be emitting undef indices.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54417 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp
test/Transforms/InstCombine/shufflemask-undef.ll [new file with mode: 0644]