Don't generate (or setp, setae) for SETUGE. Simply flip the operands around and
authorEvan Cheng <evan.cheng@apple.com>
Mon, 30 Jan 2006 23:39:40 +0000 (23:39 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 30 Jan 2006 23:39:40 +0000 (23:39 +0000)
commita80ea033d125793cb39127319569972eb4b166ee
tree4b98b06a6dd6d5e480f7509c906ed79878ab1272
parentf2b67cff040d1eb3229f7929d0ec7a5e016a7a57
Don't generate (or setp, setae) for SETUGE. Simply flip the operands around and
generate SETULT instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25823 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/setuge.ll [new file with mode: 0644]