Don't generate complex sequence for SETOLE, SETOLT, SETULT, and SETUGT. Flip
authorEvan Cheng <evan.cheng@apple.com>
Mon, 30 Jan 2006 23:41:35 +0000 (23:41 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 30 Jan 2006 23:41:35 +0000 (23:41 +0000)
commit6dfa999c01103c7a8e08ed0fc1d5f8abd0fb4d40
treefc30aa50992d985d8be7b8d7ae9fd03daec20384
parenta80ea033d125793cb39127319569972eb4b166ee
Don't generate complex sequence for SETOLE, SETOLT, SETULT, and SETUGT. Flip
the order of the compare operands and generate SETOGT, SETOGE, SETUGE, and
SETULE instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25824 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp