OSDN Git Service

Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 14 Oct 2008 18:44:08 +0000 (18:44 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 14 Oct 2008 18:44:08 +0000 (18:44 +0000)
commit403006205f8b77668f06123a2330250c743e407e
tree03eabb9447f61c1fc22cab69c0fc72371ae60b6f
parent4990b257dd22ef5804fd93742ac5e8621c4d1608
Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible.

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