Fold comparisons into select instructions, making much better code and
authorChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2004 22:39:09 +0000 (22:39 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2004 22:39:09 +0000 (22:39 +0000)
commit307ecbaddb49c4906c3878553aed84b26cbdc13a
tree69686524ad829dc7f735069e1d6dc05618507d0e
parentdd285eab682ff05b537218690d4d399017d062f4
Fold comparisons into select instructions, making much better code and
using our broad selection of movcc instructions.  :)

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