Fix an abort in instcombine when folding creates a vector rem instruction.
authorDan Gohman <gohman@apple.com>
Mon, 5 Nov 2007 23:16:33 +0000 (23:16 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 5 Nov 2007 23:16:33 +0000 (23:16 +0000)
commitcff550995b2aef56a3c9956520249ac662df5696
tree8d03823ad57ae58ff7b9dea67eb0a45181715e51
parentf1ba1cad387dc52f3c2c5afc665edf9caad00992
Fix an abort in instcombine when folding creates a vector rem instruction.

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