Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp type.
authorChris Lattner <sabre@nondot.org>
Fri, 29 Feb 2008 06:09:11 +0000 (06:09 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 29 Feb 2008 06:09:11 +0000 (06:09 +0000)
commit5ebd93630b96e32b4642688aabe4136e34775819
tree2a347439e0362e0fdcce3ae47fd5ee9b9f2a1926
parentbec2c0c7e1827385bcc7efa390795e4b7b4aea77
Folding or(fcmp,fcmp) only works if the operands of the fcmps are the same fp type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47750 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp
test/Transforms/InstCombine/2008-02-28-OrFCmpCrash.ll [new file with mode: 0644]