Constant fold x == undef to undef.
authorDan Gohman <gohman@apple.com>
Mon, 28 Jun 2010 21:30:07 +0000 (21:30 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 28 Jun 2010 21:30:07 +0000 (21:30 +0000)
commit0dd3549edc91b50fba102a6b0473caf8d4cf6b70
treeb560a260051ce541b2ca74278734edd8f0af8dec
parente89c5e57cc5c525d7875032a125e37bd404448c2
Constant fold x == undef to undef.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107074 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/ConstantFold.cpp
test/Transforms/InstCombine/icmp.ll