instcombine has always been miscompiling fcmp x, x, disregarding possible
authorChris Lattner <sabre@nondot.org>
Sun, 14 Jan 2007 19:42:17 +0000 (19:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Jan 2007 19:42:17 +0000 (19:42 +0000)
commit58e9746ef3124d46ccf3ffa9783e1bad978d0245
tree85cae9714d67961098d33567cab8371acd2b55e2
parentb769d5657ea8af2c7620d29ea1deb97c83782e56
instcombine has always been miscompiling fcmp x, x, disregarding possible
NANs.  This fixes PR1111 and Transforms/InstCombine/2007-01-14-FcmpSelf.ll

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