Check against umin while converting fcmp into an icmp.
authorDevang Patel <dpatel@apple.com>
Mon, 13 Feb 2012 23:05:18 +0000 (23:05 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 13 Feb 2012 23:05:18 +0000 (23:05 +0000)
commita2e0f6b643e9cfbbd698dbc9eb0289e5e33f8dc9
tree8b816ec7bf719f640d5e6a6599bfb57360cc464f
parenta3b08d68bd281773b0300222edb4149abce4b4b8
Check against umin while converting fcmp into an icmp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150425 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCompares.cpp
test/Transforms/InstCombine/2012-02-13-FCmp.ll [new file with mode: 0644]