Add simplification of floating point comparisons with the result
authorDuncan Sands <baldrick@free.fr>
Sun, 7 Nov 2010 16:46:25 +0000 (16:46 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 7 Nov 2010 16:46:25 +0000 (16:46 +0000)
commit92826def593df7a422c7b07f09342febce81ddd3
treed68e73f03c42ee7affc0c3c63aea892f59f5394e
parent1ac7c9979a2d723ff4649ffad58df02732872a5f
Add simplification of floating point comparisons with the result
of a select instruction, the same as already exists for integer
comparisons.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118379 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InstructionSimplify.cpp
test/Transforms/InstCombine/select.ll