Fix LSR's OptimizeSMax to ignore max operators with more than 2 operands,
authorDan Gohman <gohman@apple.com>
Fri, 19 Jun 2009 23:03:46 +0000 (23:03 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 19 Jun 2009 23:03:46 +0000 (23:03 +0000)
commit4d1c1efd800727165c12c2d186a5cb0b4f5834ab
tree4bc7892c5356a072e7f976c5f5c14ed99e6f654d
parent1e86a66b00b94adc4ad6977ef6b47c516ac62cec
Fix LSR's OptimizeSMax to ignore max operators with more than 2 operands,
which it isn't prepared to handle.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73787 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopStrengthReduce.cpp