Swap fp comparison operands and change predicate to allow load folding.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 28 Aug 2008 23:48:31 +0000 (23:48 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 28 Aug 2008 23:48:31 +0000 (23:48 +0000)
commit4d46d0af583b95a5d4f7d490f542c4fb65b9e824
tree0384768491997c341ecb57a52b9e1cf7a299f65b
parent37f25d989a3054b4742f6c92af94a312c26ffb2b
Swap fp comparison operands and change predicate to allow load folding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55521 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
test/CodeGen/X86/cmp2.ll [new file with mode: 0644]
test/CodeGen/X86/long-setcc.ll